Skip to content

Commit

Permalink
HHH-17377 - Migrate to JPA 3.2
Browse files Browse the repository at this point in the history
https://hibernate.atlassian.net/browse/HHH-17377

Change GitHub workflow to use Java 17
  • Loading branch information
sebersole committed Mar 28, 2024
1 parent 6681b1b commit 516b194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/atlas.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
build:
permissions:
contents: read
name: Java 11
name: Java 17
# runs-on: ubuntu-latest
runs-on: [self-hosted, Linux, X64, OCI]
strategy:
Expand All @@ -51,7 +51,7 @@ jobs:
RDBMS: ${{ matrix.rdbms }}
RUNID: ${{ github.run_number }}
run: ci/database-start.sh
- name: Set up Java 11
- name: Set up Java 17
uses: graalvm/setup-graalvm@v1
with:
distribution: 'graalvm'
Expand Down

0 comments on commit 516b194

Please sign in to comment.