1
0
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:
soloturn
2020-11-26 22:37:06 +01:00
parent 3e47be752e
commit 0d568069a9

View File

@@ -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