Update .github/workflows/build.yml

This commit is contained in:
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