Skip to content

Commit

Permalink
Update PHP test matrix for nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke committed Jul 25, 2024
1 parent 3607ba7 commit 153c29c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
build:
strategy:
matrix:
php: ['7.4']
include:
- php: '8.0'
experimental: true
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
- '8.3'
fail-fast: false
name: WP nightly / PHP ${{ matrix.php }}
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 153c29c

Please sign in to comment.