Skip to content

Commit

Permalink
Integration on 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakomski committed Oct 14, 2024
1 parent 5bf7f37 commit 2cc2f00
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,21 @@ jobs:
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"

services:
postgres:
image: "postgres:15"
image: "postgres:16"
env:
POSTGRES_PASSWORD: "postgres"

options: >-
--health-cmd "pg_isready"
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- "5432:5432"

Expand All @@ -72,6 +78,7 @@ jobs:
-e MYSQL_ALLOW_EMPTY_PASSWORD=yes
-e MYSQL_DATABASE=dqo
--entrypoint sh mysql:8 -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password"
ports:
- "3306:3306"

Expand Down

0 comments on commit 2cc2f00

Please sign in to comment.