Skip to content

Commit

Permalink
reduce matrix to 1.8 and 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Aug 7, 2023
1 parent 0e286a7 commit 5164117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jpos-ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 1.8, 9, 10, 11, 12, 13, 14, 15 ]
java: [ 1.8, 11 ]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 5164117

Please # to comment.