diff options
author | Mario <mario@mariovavti.com> | 2024-01-27 20:21:13 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-27 20:21:13 +0000 |
commit | 2e8f3d1869758f5ed2aadcd44e9713028d926ebc (patch) | |
tree | 8c44f04c3f13af90b8110933a22e55334d225d93 | |
parent | 3ad1cab00654993dc7184c016d0529c1e951d652 (diff) | |
parent | f08e91e19d76ae64ade5c5dc1b7424327610d45a (diff) | |
download | volse-hubzilla-2e8f3d1869758f5ed2aadcd44e9713028d926ebc.tar.gz volse-hubzilla-2e8f3d1869758f5ed2aadcd44e9713028d926ebc.tar.bz2 volse-hubzilla-2e8f3d1869758f5ed2aadcd44e9713028d926ebc.zip |
Merge branch 'upgrade-ci-to-mysql-8.0' into 'dev'
CI: Upgrade to use MySQL version 8.0
See merge request hubzilla/core!2093
-rw-r--r-- | .gitlab-ci.yml | 6 |
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 |