Skip to content

Commit d2c0c12

Browse files
committed
Add PHP 8.3 and 8.4 to the test matrix
1 parent 410b094 commit d2c0c12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
9+
php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
1010

1111
steps:
1212
- uses: actions/checkout@master

0 commit comments

Comments
 (0)