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 fad5bc0
Showing 1 changed file with 2 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:13
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

0 comments on commit fad5bc0

Please sign in to comment.