Skip to content

Commit

Permalink
move to 23-ea πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-yur authored Apr 19, 2024
1 parent d3234b0 commit 3dc6158
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 @@ -16,9 +16,9 @@ jobs:
- name: Set up GraalVM
uses: graalvm/setup-graalvm@v1
with:
java-version: '22'
java-version: '23-ea'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
# Add any other specific options you need for GraalVM here
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file pom.xml

0 comments on commit 3dc6158

Please sign in to comment.