Skip to content

Commit

Permalink
Upgraded tests to use 1.20.4
Browse files Browse the repository at this point in the history
- Updated tests.yml workflow
  • Loading branch information
josemmo committed Dec 26, 2023
1 parent bfab258 commit 19db638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19db638

Please sign in to comment.