Skip to content

Commit

Permalink
just build for 1.8, 9 and 11
Browse files Browse the repository at this point in the history
jPOS 3 targets 21 and up
  • Loading branch information
ar committed Sep 8, 2023
1 parent 86950d6 commit c837c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jpos.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, 9, 11 ]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit c837c2f

Please sign in to comment.