Skip to content

Commit

Permalink
Try 11.5.9.0 with old health check
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Nov 5, 2024
1 parent c2a3301 commit ab8ce5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/db2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
strategy:
fail-fast: false
matrix:
db2: ["11.5.0.0a"]
db2: ["11.5.9.0"]
services:
db2:
image: ibmcom/db2:${{ matrix.db2 }}
image: icr.io/db2_community/db2:${{ matrix.db2 }}
env:
DB2INST1_PASSWORD: flowable
DBNAME: flowable
Expand Down

0 comments on commit ab8ce5f

Please sign in to comment.