Skip to content

Commit 0e78f0c

Browse files
committed
Remove MariaDB 10.4.
This version now supports less than 1% of all WordPress installs.
1 parent fe2b33f commit 0e78f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
os: [ ubuntu-24.04 ]
152152
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
153153
db-type: [ 'mariadb' ]
154-
db-version: [ '5.5', '10.3', '10.4', '10.5', '10.6', '10.11', '11.4', '11.8' ]
154+
db-version: [ '5.5', '10.3', '10.5', '10.6', '10.11', '11.4', '11.8' ]
155155
multisite: [ false, true ]
156156
memcached: [ false ]
157157

0 commit comments

Comments
 (0)