Skip to content

Commit

Permalink
Update DB versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Apr 4, 2024
1 parent 844d3a5 commit ec3fc8a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .project-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ build:
runnerOs: ubuntu-latest
freeDiskSpace: true
exasolDbVersions:
- "8.25.0"
- "7.1.25"
- "8.26.0"
- "7.1.26"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Exasol database running on Docker.</description>
<url>https://github.com/exasol/exasol-testcontainers/</url>
<properties>
<testcontainers.version>1.19.5</testcontainers.version>
<testcontainers.version>1.19.7</testcontainers.version>
<junit.version>5.10.2</junit.version>
</properties>
<profiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
public final class ExasolContainerConstants {
/** Version of the Exasol Docker image */
public static final String EXASOL_DOCKER_IMAGE_VERSION = "7.1.25";
public static final String EXASOL_DOCKER_IMAGE_VERSION = "7.1.26";

/** Reference name of the Exasol Docker image */
public static final String EXASOL_DOCKER_IMAGE_ID = "exasol/docker-db";
Expand Down

0 comments on commit ec3fc8a

Please sign in to comment.