]> git.agnieray.net Git - galette.git/commitdiff
Add php 8.1 to tests suite
authorJohan Cwiklinski <johan@x-tnd.be>
Fri, 24 Sep 2021 09:04:54 +0000 (11:04 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Sat, 6 Nov 2021 08:40:27 +0000 (09:40 +0100)
.github/workflows/ci-linux.yml

index 9332c0ba3df2d8e6336ede2dd78455118ac7f7f5..efa8b4721e1ef6ab98ff4678f9e42015bcd0149b 100644 (file)
@@ -16,7 +16,7 @@ jobs:
 
     strategy:
       matrix:
-        php-versions: [ '7.3', '7.4', '8.0' ]
+        php-versions: [ '7.3', '7.4', '8.0', '8.1' ]
         coverage: ['none']
         db-image: ['mysql:5.7', 'mysql:8.0', 'mariadb:10.2', 'mariadb:10.6', 'postgres:10', 'postgres:14']
         include: