Skip to content

Commit

Permalink
bump spring_boot_version to 2.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
bhou committed Nov 16, 2023
1 parent beeb239 commit 2e4df52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/genie-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:9.6
image: postgres:10
env:
POSTGRES_DB: genie
POSTGRES_USER: postgres
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
github.event_name == 'pull_request' ||
((!startsWith(github.ref, 'refs/tags/v')) && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/dev-snapshot')
run: |
INTEGRATION_TEST_DB=mysql ./gradlew --stacktrace genie-web:integrationTest
INTEGRATION_TEST_DB=postgresql ./gradlew --stacktrace genie-web:integrationTest
- name: Publish snapshot
if: |
(!startsWith(github.ref, 'refs/tags/v')) &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ spring:
url: jdbc:postgresql://127.0.0.1/genie
username: postgres
password: password
jpa:
properties:
hibernate:
dialect: org.hibernate.dialect.PostgreSQLDialect

0 comments on commit 2e4df52

Please sign in to comment.