Skip to content

Commit

Permalink
Add distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-keller committed Jun 17, 2024
1 parent a95ee01 commit 444a29c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:

strategy:
matrix:
java: [ '8', '11', '15', '17', '21' ]
java: [ '8', '11', '16', '17', '21' ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Rust
uses: actions-rs/toolchain@v1
uses: actions-rs/toolchain@v2
with:
toolchain: stable
override: true
Expand All @@ -29,10 +29,10 @@ jobs:
run: sudo apt-get update

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}


- name: Make
run: make

0 comments on commit 444a29c

Please sign in to comment.