Skip to content

Commit

Permalink
Drop Java 11 (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect committed Apr 25, 2024
1 parent 2d6401f commit 8f31bb9
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 @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '11', '17', '21' ]
java: [ '17', '21' ]
steps:
- uses: actions/checkout@v4.1.4
with:
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.2.1
with:
distribution: 'temurin'
java-version: 11
java-version: 17
cache: 'sbt'
- name: sbt cipublish ${{ github.ref }}
run: ./sbt cipublish
Expand Down

0 comments on commit 8f31bb9

Please sign in to comment.