Skip to content

Commit

Permalink
Upgrade Exasol versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Mar 13, 2024
1 parent 16a940e commit 8de0a98
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
strategy:
fail-fast: false
matrix:
exasol_db_version: ["8.23.1", "7.1.24"]
exasol_db_version: ["8.24.0", "7.1.25"]
env:
DEFAULT_EXASOL_DB_VERSION: "8.23.1"
DEFAULT_EXASOL_DB_VERSION: "8.24.0"
steps:
- name: Free Disk Space
run: |
Expand Down
6 changes: 4 additions & 2 deletions .project-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ version:
fromSource: pom.xml
linkReplacements:
excludes:
# Customization needed to build and release extension
- "W-PK-CORE-153: Project-keeper version 4.1.0 is outdated. Please update project-keeper to latest version 4.2.0."
- "E-PK-CORE-18: Outdated content: '.github/workflows/ci-build.yml'"
- "E-PK-CORE-18: Outdated content: '.github/workflows/ci-build-next-java.yml'"
- "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_upload_github_release_assets.yml'"
Expand All @@ -18,5 +20,5 @@ build:
runnerOs: ubuntu-20.04
freeDiskSpace: false
exasolDbVersions:
- "8.23.1"
- "7.1.24"
- "8.24.0"
- "7.1.25"
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import org.scalatest.funsuite.AnyFunSuite
trait BaseIntegrationTest extends AnyFunSuite with BeforeAndAfterAll with LazyLogging {
private[this] val JAR_NAME_PATTERN = "exasol-cloud-storage-extension-"

val DEFAULT_EXASOL_DOCKER_IMAGE = "8.23.1"
val DEFAULT_EXASOL_DOCKER_IMAGE = "8.24.0"
val network = DockerNamedNetwork("it-tests", true)
val exasolContainer = {
val c: ExasolContainer[_] = new ExasolContainer(getExasolDockerImageVersion())
Expand Down

0 comments on commit 8de0a98

Please sign in to comment.