Skip to content

Commit

Permalink
Merge branch 'jmh_params' into fibers
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme committed Oct 9, 2024
2 parents 1089510 + bf1b89f commit 74caf23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [11]
jdk: [21]
steps:
- name: Set up Java
uses: actions/setup-java@v4
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [11]
jdk: [21]
steps:
- name: Set up Java
uses: actions/setup-java@v4
Expand Down

0 comments on commit 74caf23

Please sign in to comment.