Skip to content

Commit 208baac

Browse files
committed
Swap matrix order around for clarity reading tests.
1 parent 145d8ea commit 208baac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
DB_PASSWORD: root
2222
strategy:
2323
matrix:
24-
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
2524
wp-versions: [ '6.3', '6.4', '6.5', '6.6', '6.7', '6.8', 'latest', 'trunk' ]
25+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
2626
exclude:
2727
- php-versions: '8.3'
2828
wp-versions: '6.3'

0 commit comments

Comments
 (0)