Skip to content

Commit

Permalink
Add PHP 8.2 and 8.3 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Feb 21, 2024
1 parent 84b1bb4 commit 6eccc43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- php: '7.4'
- php: '8.0'
- php: '8.1'
- php: '8.2'
- php: '8.3'
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 6eccc43

Please sign in to comment.