mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 10:08:32 +00:00
See if there are other GH failures on different OSs
This commit is contained in:
parent
f572616834
commit
834458af5b
5
.github/workflows/maven.yml
vendored
5
.github/workflows/maven.yml
vendored
@ -23,14 +23,15 @@ permissions:
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: ${{ matrix.experimental }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
java: [ 8, 11, 17 ]
|
||||
experimental: [false]
|
||||
# include:
|
||||
# - java: 18-ea
|
||||
# - java: 21-ea
|
||||
# experimental: true
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user