Try to avoid unnecessary workflow fail

This commit is contained in:
Sebb 2023-12-23 14:16:23 +00:00 committed by GitHub
parent 1220a95540
commit 2de43632df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8 ]
java: [ 11 ] # Use 11 rather than 8, as 8 fails currently
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0