Skip to content

Commit

Permalink
chore: really run on JDK 11 and 17
Browse files Browse the repository at this point in the history
Corrections for d1fd249 commit.

Relate to #1350 #1158 #1556
  • Loading branch information
php-coder committed Dec 27, 2023
1 parent 2ac5106 commit 123e768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests-h2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- name: Install JDK
uses: actions/[email protected] # https://github.com/actions/setup-java
with:
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
cache: 'maven' # https://github.com/actions/setup-java#caching-packages-dependencies
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
java-version: ${{ matrix.java-version }} # https://github.com/actions/setup-java#supported-version-syntax
cache: 'maven' # https://github.com/actions/setup-java#caching-packages-dependencies
- name: Run integration tests
run: ./src/main/scripts/execute-command.sh integration-tests
- name: Save RobotFramework reports
Expand Down

0 comments on commit 123e768

Please sign in to comment.