Skip to content

Commit 4af64f2

Browse files
committed
chore: run tests on PHP 8.3
1 parent 4c059ba commit 4af64f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
fail-fast: false
6262

6363
matrix:
64-
php: [ '8.2', '8.1' ]
64+
php: [ '8.3', '8.2', '8.1' ]
6565

6666
steps:
6767
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)