Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson authored Dec 4, 2023
1 parent 77afd08 commit a86ee3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '8', '11', '16', '17', '19' ]
java: [ '16', '17', '19' ]
runs-on: [ubuntu-latest, macos-latest, windows-latest]

name: Test on Java ${{ matrix.Java }} on ${{ matrix.runs-on }}
Expand All @@ -39,7 +39,6 @@ jobs:
run: |
pwd
ls -alt
mvn dependency:tree
# ...
Expand All @@ -48,6 +47,5 @@ jobs:
run: |
pwd
dir
mvn dependency:tree
# ...

0 comments on commit a86ee3c

Please sign in to comment.