Skip to content

Commit

Permalink
objectionary#3207 try to simply add java 8 to mvn workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed May 30, 2024
1 parent c9a9fa3 commit 1e5a2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04, windows-2022, macos-12 ]
java: [ 11, 20 ]
java: [ 8, 11, 20 ]
runs-on: ${{ matrix.os }}
env:
CONVERT_PATH: /tmp/antlr4-to-bnf-converter
Expand Down

0 comments on commit 1e5a2f6

Please sign in to comment.