Skip to content

Commit

Permalink
chore(deps): update mariadb docker tag to v10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 80d5649 commit 933a26e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
image: "ghcr.io/it-at-m/eappointment-php-base:8.0-dev"
services:
mariadb:
image: mariadb:10.6
image: mariadb:10.11
env:
MYSQL_ROOT_PASSWORD: zmsapi
MYSQL_DATABASE: zmsbo
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
image: "ghcr.io/it-at-m/eappointment-php-base:8.0-dev"
services:
mariadb:
image: mariadb:10.6
image: mariadb:10.11
env:
MYSQL_ROOT_PASSWORD: zmsdb
MYSQL_DATABASE: zmsbo
Expand Down
2 changes: 1 addition & 1 deletion zmsapi/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test-php-80:
extends: .test-php-custom
allow_failure: true
services:
- name: mariadb:10.1
- name: mariadb:10.11
alias: mysql
command: ["mysqld", "--general-log=1", "--general-log-file=/var/log/mysql/general.log"]
before_script:
Expand Down
2 changes: 1 addition & 1 deletion zmsdb/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test-php-80:
cache: []
allow_failure: false
services:
- name: mariadb:10.3
- name: mariadb:10.11
alias: mysql
command: ["mysqld", "--general-log=1", "--general-log-file=/var/log/mysql/general.log"]
before_script:
Expand Down

0 comments on commit 933a26e

Please sign in to comment.