Skip to content

Commit 80d563e

Browse files
authored
Update main.yml
Add PHP 8.2-8.4 to test matrix
1 parent 74bdf15 commit 80d563e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
strategy:
4545
matrix:
46-
php: ['5.6', '7.3', '7.4', '8.0', '8.1']
46+
php: ['5.6', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
4747

4848
runs-on: ubuntu-latest
4949

0 commit comments

Comments
 (0)