Skip to content

Commit

Permalink
Java 1.8 is actually Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Dec 20, 2023
1 parent c2b23f5 commit 0f853ef
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, 11 ]
java: [ 8, 11 ]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 0f853ef

Please sign in to comment.