Skip to content

Commit

Permalink
Add PHP 8.3 without removing older versions
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Motl <[email protected]>
  • Loading branch information
hlcianfagna and amotl authored Jan 10, 2024
1 parent 2dfd0e8 commit 832d44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-latest' ] #, macos-latest, windows-latest ]
php-version: [ '8.1', '8.2', '8.3' ]
php-version: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]

name: PHP ${{ matrix.php-version }} on OS ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 832d44f

Please sign in to comment.