Skip to content

Commit

Permalink
Update Exasol versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Sep 23, 2024
1 parent 0f82a2f commit 9ce8a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quick-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
exasol_db_version: [8.27.0, 8.26.0, 7.1.26]
exasol_db_version: [8.31.0, 7.1.29]
steps:
- name: Checkout the repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"java.test.config": {
"vmArgs": [
"-Djava.util.logging.config.file=src/test/resources/logging.properties",
"-Dcom.exasol.dockerdb.image=8.27.0"
"-Dcom.exasol.dockerdb.image=8.31.0"
]
},
"sonarlint.connectedMode.project": {
Expand Down

0 comments on commit 9ce8a17

Please sign in to comment.