Skip to content

Commit

Permalink
Merge pull request #280 from kitbellew/280
Browse files Browse the repository at this point in the history
Use Java 11 or later
  • Loading branch information
tgodzik authored Dec 12, 2024
2 parents 888e8d2 + 1c73017 commit d4c6cbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2019]
java: [8, 11]
exclude:
- os: windows-2019
java: 8
java: [11, 21]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
java-version: 11
- uses: olafurpg/setup-gpg@v3
- name: Publish ${{ github.ref }}
run: sbt ci-release
Expand Down

0 comments on commit d4c6cbf

Please sign in to comment.