Try to avoid unnecessary workflow fail
This commit is contained in:
parent
1220a95540
commit
2de43632df
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue