Skip to content

Commit

Permalink
Build on Java 17 and 21 on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
runeflobakk committed Nov 26, 2023
1 parent aa3e7f4 commit fa879a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
build:
strategy:
matrix:
java: [ '8', '11' ]
java: [ '17', '21' ]
name: Build on Java ${{ matrix.java }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-java@v3
Expand Down

0 comments on commit fa879a7

Please sign in to comment.