Skip to content

Commit

Permalink
Add PHP 8.3 to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
abler98 committed Sep 11, 2024
1 parent 9d68d90 commit 607f83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:

strategy:
matrix:
php: [ '8.1', '8.2' ]
php: [ '8.1', '8.2', '8.3' ]
h3: [ '3.7.2' ]

steps:
Expand Down

0 comments on commit 607f83f

Please sign in to comment.