Skip to content

Commit 7f09755

Browse files
committed
[#1935] Update dbs for testing examples on CI
1 parent 59d9d1c commit 7f09755

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Label used to access the service container
3535
mysql:
3636
# Docker Hub image
37-
image: mysql:8.0.32
37+
image: mysql:8.4.0
3838
env:
3939
MYSQL_ROOT_PASSWORD: hreact
4040
MYSQL_DATABASE: hreact
@@ -50,7 +50,7 @@ jobs:
5050
- 3306:3306
5151
postgres:
5252
# Docker Hub image
53-
image: postgres:15.2
53+
image: postgres:16.3
5454
env:
5555
POSTGRES_DB: hreact
5656
POSTGRES_USER: hreact
@@ -99,7 +99,6 @@ jobs:
9999
runs-on: ubuntu-latest
100100
strategy:
101101
matrix:
102-
# db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle' ]
103102
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'MSSQLServer', 'CockroachDB', 'Db2', 'Oracle' ]
104103
steps:
105104
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)