aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-01-21 17:50:06 +0100
committerHarald Eilertsen <haraldei@anduin.net>2024-01-21 17:50:06 +0100
commitf08e91e19d76ae64ade5c5dc1b7424327610d45a (patch)
tree2fb4604ccd175d12664a1479ea10be8d3212a0ea /.gitlab-ci.yml
parent9cfd1c231843214351c81273622e848af4db7a45 (diff)
downloadvolse-hubzilla-f08e91e19d76ae64ade5c5dc1b7424327610d45a.tar.gz
volse-hubzilla-f08e91e19d76ae64ade5c5dc1b7424327610d45a.tar.bz2
volse-hubzilla-f08e91e19d76ae64ade5c5dc1b7424327610d45a.zip
CI: Upgrade to use MySQL version 8.0
This is the oldest version we support now.
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