Update .github/workflows/build.yml
Some checks failed
Java CI with Gradle / build (21) (push) Failing after 14m57s
Java CI with Gradle / build (17) (push) Successful in 15m26s
Java CI with Gradle / build (11) (push) Successful in 15m33s
Java CI with Gradle / build (8) (push) Successful in 15m30s

This commit is contained in:
Florian Bouillon 2023-12-28 01:29:57 +00:00
parent e1bb2ad8dc
commit 29a9c5ae79

View File

@ -22,8 +22,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# follows https://www.php.net/supported-versions.php
java-versions: ['8', '11', '17', '21', '25']
# follows https://en.wikipedia.org/wiki/Java_version_history#Release_table
java-versions: ['8', '11', '17', '21']
steps:
- uses: actions/checkout@v3