Skip to content

Commit

Permalink
Try building with Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Sep 19, 2023
1 parent c3ce459 commit ce63516
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21-ea'
java-version: '21'
cache: 'sbt'
- name: Compile
run: sbt -v compile
Expand All @@ -36,7 +36,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21-ea'
java-version: '21'
- name: Compile
run: sbt compile
- name: Publish artifacts
Expand All @@ -61,4 +61,4 @@ jobs:
tag: "v${{ env.VERSION }}"
version: "v${{ env.VERSION }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ce63516

Please sign in to comment.