Skip to content

Commit

Permalink
GH release: restore use of java8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Jan 16, 2025
1 parent 830af85 commit 8a411f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '11' ]
java: [ '8', '11' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@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 @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
java-version: '8'
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- run: sbt ci-release
Expand Down

0 comments on commit 8a411f6

Please sign in to comment.