Skip to content

Commit

Permalink
Upgrade DB version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Nov 20, 2024
1 parent 54ede58 commit 3eb2518
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-build.yml

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

6 changes: 3 additions & 3 deletions .project-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ build:
runnerOs: ubuntu-20.04
freeDiskSpace: true
exasolDbVersions:
- "8.31.0"
- "7.1.29"
- "8.32.0"
- "7.1.30"
workflows:
- name: ci-build.yml
stepCustomizations:
Expand All @@ -42,13 +42,13 @@ build:
npm run build
npm run test
npm run lint
# Omit clean to speedup build
- action: REPLACE
stepId: build-pk-verify
content:
name: Run tests and build with Maven
id: build-pk-verify
run: |
# Omit clean to speedup build
mvn --batch-mode verify \
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
-DtrimStackTrace=false \
Expand Down

0 comments on commit 3eb2518

Please sign in to comment.