Skip to content

Commit

Permalink
drop 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow committed Oct 9, 2024
1 parent 69a92f9 commit e9a8ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ['8']
java: ['11']
scala: ['2.12.20', '2.13.15', '3.4.1']
steps:
- name: Checkout current branch
Expand All @@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ['8', '11', '17']
java: ['11', '17']
scala: ['2.12.20', '2.13.15', '3.4.1']
steps:
- name: Checkout current branch
Expand Down

0 comments on commit e9a8ee1

Please sign in to comment.