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 57fd99c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ jobs:

runs-on: ubuntu-20.04

continue-on-error: ${{ matrix.experimental }}

strategy:
fail-fast: true
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 57fd99c

Please sign in to comment.