Skip to content

Commit

Permalink
add php 8.2, 8.3 to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
jorijn committed Jul 16, 2024
1 parent 6f6dbfd commit 5d98690
Show file tree
Hide file tree
Showing 2 changed files with 1,233 additions and 1,008 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [ 7.4, 8.0, 8.1 ]
php-version: [ 7.4, 8.0, 8.1, 8.2, 8.3 ]

steps:
- name: Git checkout
Expand Down
Loading

0 comments on commit 5d98690

Please sign in to comment.