Skip to content

Commit

Permalink
DEV-65163 php compatibility for 8.1 - 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Subert committed Aug 31, 2023
1 parent 55547e6 commit 5c06637
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ test:
# prepare tests
- composer install --no-interaction --prefer-source
- cp ./tests/TestConfiguration.gitlab.php ./tests/TestConfiguration.php
- echo "waiting for database is up and running ..."
- until echo "SELECT 'OK';" | mysql -h mysql --user=root; do sleep 1; done;
script:
- composer test

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
# stdin_open: true
user: "${DOCKER_COMPOSE_RUN_AS_USER:?You must export DOCKER_COMPOSE_RUN_AS_USER for permissions handling, look at README.md}"
mariadb:
image: mariadb:10.6
image: "mariadb:10.6"
hostname: mysql
environment:
MYSQL_ROOT_PASSWORD: ''
Expand Down

0 comments on commit 5c06637

Please sign in to comment.