Skip to content

Commit

Permalink
Updating github action to jdk 21
Browse files Browse the repository at this point in the history
  • Loading branch information
schrepfler committed Nov 21, 2023
1 parent 94ccb3c commit 94f01b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches: [ main ]

env:
GRAAL_VERSION: '22.2.0'
JAVA_VERSION: '17'
GRAAL_VERSION: '21.0.1'
JAVA_VERSION: '21'
JAVA_DISTRO: 'zulu'

jobs:
Expand Down

0 comments on commit 94f01b7

Please sign in to comment.