]> git.agnieray.net Git - galette.git/commitdiff
Drop no longer supported version, add latest ones
authorJohan Cwiklinski <johan@x-tnd.be>
Fri, 24 Mar 2023 05:18:09 +0000 (06:18 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Fri, 24 Mar 2023 05:18:09 +0000 (06:18 +0100)
.github/workflows/ci-linux.yml

index b0f2f262c75614c79917734d9ce088769e6eace8..0c675ef08d818c01e06804d550e560a7a47d90a8 100644 (file)
@@ -84,7 +84,7 @@ jobs:
       matrix:
         php-versions: [ '8.1', '8.2' ]
         coverage: ['none']
-        db-image: ['mysql:5.7', 'mysql:8.0', 'mariadb:10.2', 'mariadb:10.6', 'postgres:10', 'postgres:14']
+        db-image: ['mysql:5.7', 'mysql:8.0', 'mariadb:10.3', 'mariadb:10.11', 'postgres:11', 'postgres:15']
         include:
           - php-versions: '8.1'
             coverage: 'xdebug'