Skip to content

Update dbs for testing examples on CI #1940

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Label used to access the service container
mysql:
# Docker Hub image
image: mysql:8.0.32
image: mysql:8.4.0
env:
MYSQL_ROOT_PASSWORD: hreact
MYSQL_DATABASE: hreact
Expand All @@ -50,7 +50,7 @@ jobs:
- 3306:3306
postgres:
# Docker Hub image
image: postgres:15.2
image: postgres:16.3
env:
POSTGRES_DB: hreact
POSTGRES_USER: hreact
Expand Down Expand Up @@ -99,7 +99,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle' ]
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'MSSQLServer', 'CockroachDB', 'Db2', 'Oracle' ]
steps:
- uses: actions/checkout@v2
Expand Down
Loading