Skip to content

Commit

Permalink
add 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean O'Brien committed Jan 30, 2024
1 parent 1dac44f commit 8df8065
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 @@ -16,7 +16,7 @@ jobs:
strategy:
#for each of the following versions of PHP, with and without --prefer-lowest
matrix:
php-versions: ['7.2.5', '7.3', '7.4', '8.0', '8.1', '8.2']
php-versions: ['7.2.5', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
composer-options: ['', '--prefer-lowest']
#set the name for each job
name: PHP ${{ matrix.php-versions }} ${{ matrix.composer-options }}
Expand Down

0 comments on commit 8df8065

Please sign in to comment.