Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
Removed Java 8 for now as that seems to no longer work with Mac and setup-java
  • Loading branch information
puredanger authored Apr 29, 2024
1 parent ef27192 commit 48bd818
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 @@ -5,12 +5,12 @@ jobs:
test:
strategy:
matrix:
java-version: ["8", "11", "17", "21"]
java-version: ["11", "17", "21"]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Prepare java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: "adopt"
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit 48bd818

Please sign in to comment.