Skip to content

Commit a7627eb

Browse files
authored
Update unit-tests.yml
1 parent c4aaf73 commit a7627eb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
# Notes regarding supported versions in WP:
2525
# The base matrix only contains the PHP versions which are supported on all supported WP versions.
26-
php: ['8.0', '7.3', '7.4']
26+
php: ['8.0', '8.1', '7.4']
2727
wp: ['latest']
2828
experimental: [false]
2929

@@ -37,11 +37,8 @@ jobs:
3737
- php: '8.2'
3838
wp: 'latest'
3939
experimental: true
40-
- php: '8.1'
41-
wp: 'latest'
42-
experimental: true
4340
- php: '8.0'
44-
wp: '5.9'
41+
wp: '6.3'
4542
experimental: true
4643

4744
name: "PHP ${{ matrix.php }} - WP ${{ matrix.wp }}"

0 commit comments

Comments
 (0)