Skip to content

Commit

Permalink
JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Sep 30, 2022
1 parent 7807f56 commit fcd1c76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jeorg-kotlin-test-drives-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'

- name: Build and test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jeorg-kotlin-test-drives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'

- name: Build and Test
Expand Down

0 comments on commit fcd1c76

Please sign in to comment.