CI: Slight refactoring.

This commit is contained in:
Harald Eilertsen
2024-01-21 22:51:42 +01:00
parent f08e91e19d
commit f573c1772a

View File

@@ -101,20 +101,20 @@ before_script:
# PHP8.1 with MySQL 8.0
php8.1_mysql8.0.22:
<<: *job_definition_mysql
<<: *artifacts_template
image: php:8.1
services:
- mysql:8.0
<<: *job_definition_mysql
<<: *artifacts_template
# PHP8.1 with PostgreSQL 12
php8.1_postgres12:
<<: *job_definition_postgres
<<: *artifacts_template
image: php:8.1
services:
- postgres:12-alpine
<<: *job_definition_postgres
<<: *artifacts_template
# Generate Doxygen API Documentation and deploy it as GitLab pages