Skip to content

Commit

Permalink
chore: Changed test workflow matrix to no longer use 8.1 and use 8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tegnér <[email protected]>
  • Loading branch information
Johannestegner committed Dec 15, 2023
1 parent 4bf00f0 commit 6cb7488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['8.0', '8.1', '8.2']
php-version: ['8.1', '8.2', '8.3']
test-command: ['test']

name: Test PHP ${{ matrix.php-version }}
Expand Down

0 comments on commit 6cb7488

Please sign in to comment.