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 03da503 + f166d12 commit c1a9e62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
timeout-minutes: 60
steps:
- name: Setup Java 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
- name: Checkout Arrow
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
Expand Down

0 comments on commit c1a9e62

Please sign in to comment.