This commit is contained in:
André Menrath 2024-09-20 19:22:25 +02:00
parent fb544206f9
commit 161e4fced4

View file

@ -12,7 +12,6 @@ jobs:
MYSQL_ROOT_PASSWORD: root MYSQL_ROOT_PASSWORD: root
ports: ports:
- 3306:3306 - 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10
strategy: strategy:
matrix: matrix:
php-versions: ['8.1', '8.2', '8.3'] php-versions: ['8.1', '8.2', '8.3']