Skip to content

Commit

Permalink
Merge pull request #6 from colinodell/php-83
Browse files Browse the repository at this point in the history
Test on PHP 8.3
  • Loading branch information
colinodell authored Nov 29, 2023
2 parents 3c38e92 + 23f9b9f commit 9dc8ead
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 @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
psrlog: ['^1.0', '^2.0', '^3.0']
stable: [true]
coverage: [true]
Expand Down

0 comments on commit 9dc8ead

Please sign in to comment.