Skip to content

Commit

Permalink
Updated test matrix php versions (removed eol and added 8.2 and 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 Jan 10, 2024
1 parent 89c1834 commit c38bc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.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: ['7.4', '8.0', '8.1']
php-version: ['8.1', '8.2', '8.3']
test-command: ['test']

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

0 comments on commit c38bc6d

Please sign in to comment.