mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-17 15:35:00 +00:00
Test major Java versions with GitHub actions as documented on
https://github.com/actions/setup-java
This commit is contained in:
parent
de4b95a7c8
commit
6b4d75f725
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ 8, 11, 12, 13 ]
|
||||
java: [ 8, 11, 12, 13, 14 ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user