Skip to content

Commit

Permalink
Add PHP 8.4 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed Nov 28, 2024
1 parent fe3f131 commit 7771f99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
include:
- os: macos-latest
php: '8.3'
php: '8.4'
- os: windows-latest
php: '8.3'
php: '8.4'

runs-on: ${{matrix.os}}

Expand Down

0 comments on commit 7771f99

Please sign in to comment.