diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index 3c6172d..dba565e 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest, windows-latest, macos-latest] - version: [2.4.x, 2.5.x, 2.6.x, 2.7.x] + version: [2.4, 2.5.x, 2.6, 2.7.x] steps: - name: Checkout uses: actions/checkout@v2