Skip to content

Commit da5202c

Browse files
msgilliganAndreas Schildbach
authored and
Andreas Schildbach
committed
GitHub Actions: add special case for Gradle 4.10/JDK11/Ubuntu
This is the “closest” Github Actions config we can get to our target Debian build (Debian Bullseye/JDK11/Debian Gradle 4.4).
1 parent 744480b commit da5202c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/gradle.yml

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
java: ['8', '11', '17']
1212
distribution: ['temurin']
1313
gradle: ['7.2']
14+
include:
15+
# Special case to test something close to Debian config with the oldest supported (standard) Gradle on Ubuntu
16+
- os: ubuntu-latest
17+
java: '11'
18+
distribution: 'temurin'
19+
gradle: '4.10.3'
1420
fail-fast: false
1521
name: JAVA ${{ matrix.distribution }} ${{ matrix.java }} OS ${{ matrix.os }} Gradle ${{ matrix.gradle }}
1622
steps:

0 commit comments

Comments
 (0)