Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
os: [ ubuntu-24.04 ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
db-type: [ 'mysql' ]
db-version: [ '5.7', '8.0', '8.4' ]
db-version: [ '5.7', '8.0', '8.4', '9.7' ]
tests-domain: [ 'example.org' ]
multisite: [ false, true ]
memcached: [ false ]
Expand Down Expand Up @@ -283,14 +283,14 @@ jobs:
fail-fast: false
matrix:
php: [ '7.4', '8.4' ]
db-version: [ '8.4', '11.8' ]
db-version: [ '9.7', '11.8' ]
db-type: [ 'mysql', 'mariadb' ]
multisite: [ false ]

include:
# Include one multisite job for each database type.
- php: '8.4'
db-version: '8.4'
db-version: '9.7'
db-type: 'mysql'
multisite: true
- php: '8.4'
Expand All @@ -299,13 +299,13 @@ jobs:
multisite: true
# Test with memcached.
- php: '8.4'
db-version: '8.4'
db-version: '9.7'
db-type: 'mysql'
multisite: true
memcached: true
# Run specific test groups once.
- php: '8.4'
db-version: '8.4'
db-version: '9.7'
db-type: 'mysql'
phpunit-test-groups: 'html-api-html5lib-tests'

Expand All @@ -314,7 +314,7 @@ jobs:
- db-type: 'mysql'
db-version: '11.8'
- db-type: 'mariadb'
db-version: '8.4'
db-version: '9.7'

with:
php: ${{ matrix.php }}
Expand Down
1 change: 1 addition & 0 deletions .version-support-mysql.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"7-1": [
"9.7",
"9.6",
"9.5",
"9.4",
Expand Down
Loading