Skip to content

Commit

Permalink
Use more specific Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis authored Mar 18, 2024
1 parent 8b94cc8 commit e9f2470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
with:
bundler-cache: true
- name: Set up Java
uses: actions/setup-java@v4
uses: actions/setup-java@v4.2.1
with:
java-version: ${{ matrix.java }}
distribution: adopt
Expand Down

0 comments on commit e9f2470

Please sign in to comment.