Skip to content

Commit 36a298c

Browse files
authored
Merge pull request #31 from happyprime/task/update-php-versions
Test php 7.4, 8.4, 8.5
2 parents 7dee541 + 362d247 commit 36a298c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
php: ['7.4', '8.3']
29+
php: ['7.4', '8.4']
3030
wordpress: ['latest']
3131
experimental: [false]
3232
include:
33-
- php: '8.4'
33+
- php: '8.5'
3434
wordpress: 'trunk'
3535
experimental: true
3636

0 commit comments

Comments
 (0)