Skip to content

Commit

Permalink
[hibernate#1550] Test Db2 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Apr 4, 2023
1 parent 003117e commit 4b93582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
strategy:
matrix:
# db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle' ]
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'MSSQLServer', 'CockroachDB' ]
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'MSSQLServer', 'CockroachDB', 'Db2' ]
steps:
- uses: actions/checkout@v2
- name: Get year/month for cache key
Expand Down

0 comments on commit 4b93582

Please sign in to comment.