Skip to content

Commit 123e768

Browse files
committed
chore: really run on JDK 11 and 17
Corrections for d1fd249 commit. Relate to #1350 #1158 #1556
1 parent 2ac5106 commit 123e768

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration-tests-h2.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
- name: Install JDK
4444
uses: actions/[email protected] # https://github.com/actions/setup-java
4545
with:
46-
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
47-
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
48-
cache: 'maven' # https://github.com/actions/setup-java#caching-packages-dependencies
46+
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
47+
java-version: ${{ matrix.java-version }} # https://github.com/actions/setup-java#supported-version-syntax
48+
cache: 'maven' # https://github.com/actions/setup-java#caching-packages-dependencies
4949
- name: Run integration tests
5050
run: ./src/main/scripts/execute-command.sh integration-tests
5151
- name: Save RobotFramework reports

0 commit comments

Comments
 (0)