Skip to content

Commit

Permalink
Bump JDK running Gradle from 11 to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
rognan committed Nov 28, 2021
1 parent b9a3244 commit 33225c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
matrix:
include:
# Gradle is run with `gradle-jdk` and builds with `build-jdk` by utilizing Gradle toolchain support
- { os: 'macos-latest', arch: 'x64', build-jdk: '11', gradle-jdk: '11', gradle-version: '7.3' }
- { os: 'ubuntu-latest', arch: 'x64', build-jdk: '11', gradle-jdk: '11', gradle-version: '7.3' }
- { os: 'windows-latest', arch: 'x64', build-jdk: '11', gradle-jdk: '11', gradle-version: '7.3' }
- { os: 'macos-latest', arch: 'x64', build-jdk: '11', gradle-jdk: '17', gradle-version: '7.3' }
- { os: 'ubuntu-latest', arch: 'x64', build-jdk: '11', gradle-jdk: '17', gradle-version: '7.3' }
- { os: 'windows-latest', arch: 'x64', build-jdk: '11', gradle-jdk: '17', gradle-version: '7.3' }
name: >
Gradle ${{ matrix.gradle-version }} on ${{ matrix.os }} (${{ matrix.arch }})
w/JDK ${{ matrix.gradle-jdk }} building w/JDK ${{ matrix.build-jdk}}
Expand Down

0 comments on commit 33225c4

Please sign in to comment.