Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Commit

Permalink
(build): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Drobisch committed Sep 14, 2021
1 parent 05629e8 commit 653fb69
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 @@ -24,7 +24,7 @@ jobs:
matrix:
os: [ubuntu-latest]
scala: [2.13.6, 2.12.14]
java: [adopt@1.16.0-1]
java: [adopt@1.15.0-2]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
matrix:
os: [ubuntu-latest]
scala: [2.13.6]
java: [adopt@1.16.0-1]
java: [adopt@1.15.0-2]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
Expand Down

0 comments on commit 653fb69

Please sign in to comment.