Skip to content

Commit

Permalink
ci: add php 8.4 build to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
williarin committed Dec 5, 2023
1 parent a7466e9 commit 25633b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
experimental: [false]
include:
- php: '8.3'
- php: '8.4'
experimental: true

steps:
Expand Down

0 comments on commit 25633b0

Please sign in to comment.