]> git.agnieray.net Git - galette.git/commitdiff
Rework databases matrix
authorJohan Cwiklinski <johan@x-tnd.be>
Sun, 24 Oct 2021 10:30:40 +0000 (12:30 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Sun, 24 Oct 2021 10:36:11 +0000 (12:36 +0200)
Add PostgreSQL 14
Drop no longer maintained PostgreSQL 9.5,
Drop soon no longer maintained PostgreSQL 9.6
Drop no longer maintained MariaDB 10.1
Add MariaDBaDB 10.6
Add MySQL 5.7
Add MySQL 8.0

.github/workflows/ci-linux.yml

index a053a667f3681991bf419899f502cbecb35814fb..9332c0ba3df2d8e6336ede2dd78455118ac7f7f5 100644 (file)
@@ -18,11 +18,11 @@ jobs:
       matrix:
         php-versions: [ '7.3', '7.4', '8.0' ]
         coverage: ['none']
-        db-image: ['mysql:5.6', 'mariadb:10.1', 'mariadb:10.5', 'postgres:9.5', 'postgres:13']
+        db-image: ['mysql:5.7', 'mysql:8.0', 'mariadb:10.2', 'mariadb:10.6', 'postgres:10', 'postgres:14']
         include:
           - php-versions: '7.4'
             coverage: 'xdebug'
-            db-image: 'postgres:13'
+            db-image: 'postgres:14'
         exclude:
           - php-versions: 7.3
             db-image: 'mysql:8.0' #due to a mysql config; fixed as of php 7.4