mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-22 21:43:06 +02:00
one build is sufficient to test newest java
check builds are flaky, and doing them more often in a short time frame makes them even more flaky.
This commit is contained in:
5
.github/workflows/maven.yml
vendored
5
.github/workflows/maven.yml
vendored
@@ -9,7 +9,10 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
java: [1.8, 1.14]
|
||||
java: [1.8]
|
||||
include: # test newest java on one os only
|
||||
- os: ubuntu-latest
|
||||
java: 1.14
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
Reference in New Issue
Block a user