We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 608fcf1 + fcdd196 commit a5aab64Copy full SHA for a5aab64
.github/workflows/pr-testing.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
submodules: recursive
35
- name: setup java
36
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
37
38
distribution: 'temurin'
39
java-version: ${{ matrix.version }}
@@ -69,7 +69,7 @@ jobs:
69
70
ruby-version: ${{ matrix.ruby }}
71
72
73
74
75
java-version: ${{ matrix.java }}
@@ -105,7 +105,7 @@ jobs:
105
runs-on: ubuntu-latest
106
steps:
107
108
109
110
distribution: temurin
111
java-version: 17
0 commit comments