Skip to content

Commit 9dc8ead

Browse files
authored
Merge pull request #6 from colinodell/php-83
Test on PHP 8.3
2 parents 3c38e92 + 23f9b9f commit 9dc8ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
php: ['8.0', '8.1', '8.2']
32+
php: ['8.0', '8.1', '8.2', '8.3']
3333
psrlog: ['^1.0', '^2.0', '^3.0']
3434
stable: [true]
3535
coverage: [true]

0 commit comments

Comments
 (0)