gradle.yml: explicitly use ubuntu-22.04 for Gradle 4.10.3 special case

I missed this entry in commit 074543ecd1.
This commit is contained in:
Sean Gilligan 2024-04-27 14:39:04 -07:00 committed by Andreas Schildbach
parent 19cce08825
commit 3c7088b832

View File

@ -14,7 +14,7 @@ jobs:
gradle: ['8.7']
include:
# Special case to test something close to Debian config with the oldest supported (standard) Gradle on Ubuntu
- os: ubuntu-latest
- os: ubuntu-22.04
java: '11'
distribution: 'temurin'
gradle: '4.10.3'