diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 821bb20..c54c362 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,12 +6,12 @@ jobs: test: runs-on: ubuntu-latest timeout-minutes: 8 - continue-on-error: ${{ matrix.version == '1.20.2' }} + continue-on-error: ${{ matrix.version == '1.20.4' }} strategy: fail-fast: false matrix: flavor: ['bukkit', 'spigot', 'paper', 'purpur'] - version: ['1.20.2', '1.19.4', '1.18.2', '1.17.1', '1.16.5'] + version: ['1.20.4', '1.19.4', '1.18.2', '1.17.1', '1.16.5'] steps: # Download code from repository - name: Checkout code