Skip to content

Commit 48bd818

Browse files
authored
Update deps
Removed Java 8 for now as that seems to no longer work with Mac and setup-java
1 parent ef27192 commit 48bd818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
java-version: ["8", "11", "17", "21"]
8+
java-version: ["11", "17", "21"]
99
os: [ubuntu-latest, macOS-latest, windows-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- name: Prepare java
13-
uses: actions/setup-java@v3
13+
uses: actions/setup-java@v4
1414
with:
1515
distribution: "adopt"
1616
java-version: ${{ matrix.java-version }}

0 commit comments

Comments
 (0)