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.
1 parent b5a6f33 commit 8adaae8Copy full SHA for 8adaae8
.github/workflows/build-and-test.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout Repository
13
uses: actions/checkout@v4
14
15
- - name: Setup JDK 8
+ - name: Setup JDK 11
16
uses: actions/setup-java@v4
17
with:
18
distribution: 'temurin'
@@ -28,7 +28,7 @@ jobs:
28
29
30
- name: Run Integration Tests
31
- uses: ./.github/workflows/run-integration-tests.yaml
+ uses: ./.github/workflows/run-integration-tests.yaml@main
32
33
branch: main
34
jdk: '11'
0 commit comments