Skip to content

Commit 78c565f

Browse files
committed
Test against php 8.3
1 parent eacd862 commit 78c565f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-20.04
1010
strategy:
1111
matrix:
12-
php: [ '7.3', '7.4', '8.0', '8.1', '8.2' ]
12+
php: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- run: mkdir -p build/logs

0 commit comments

Comments
 (0)