aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b996bb927..366c2c448 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,13 +99,13 @@ before_script:
- tests/results/
-# PHP8.0 with MySQL 5.7
-php8.1_mysql5.7:
+# PHP8.1 with MySQL 8.0
+php8.1_mysql8.0.22:
<<: *job_definition_mysql
<<: *artifacts_template
image: php:8.1
services:
- - mysql:5.7
+ - mysql:8.0
# PHP8.1 with PostgreSQL 12