Skip to content

Commit

Permalink
Updated java versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
urbim committed Jan 17, 2024
1 parent ccb4e8c commit 8be20e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kumuluzee-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
java-version: ['1.8', '11', '15']
java-version: ['11', '17', '21']

steps:
- name: Checkout code
Expand Down Expand Up @@ -44,10 +44,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11

- name: Restore cache
uses: actions/cache@v2
Expand Down

0 comments on commit 8be20e0

Please sign in to comment.