Skip to content

Commit

Permalink
cleanup ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Jun 1, 2024
1 parent 28c7a5b commit e8d38df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:

strategy:
matrix:
java: [8, 17]
java: [17]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit e8d38df

Please sign in to comment.