Skip to content

Commit ea19d33

Browse files
committed
Update test matrix
1 parent 5166b85 commit ea19d33

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/lint-and-test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,20 +148,16 @@ jobs:
148148
continue-on-error: ${{ matrix.experimental }}
149149
strategy:
150150
matrix:
151-
php: ['8.3', '8.2', '8.1', '8.0', '7.4', '7.2']
151+
php: ['8.4', '8.3', '8.2', '8.1', '8.0', '7.4', '7.2']
152152
wp: ['latest']
153153
coverage: [false]
154154
experimental: [false]
155155
include:
156-
- php: '8.4'
156+
- php: '8.5'
157157
wp: 'latest'
158158
coverage: true
159159
experimental: false
160160

161-
- php: '8.4'
162-
wp: 'trunk'
163-
experimental: true
164-
165161
- php: '8.5'
166162
wp: 'trunk'
167163
experimental: true

0 commit comments

Comments
 (0)