Skip to content

Commit

Permalink
disable fail-fast, nodejs ≥10
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jun 26, 2024
1 parent 4023a9f commit f785d33
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:

python:
strategy:
fail-fast: false
matrix:
version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest]
Expand Down Expand Up @@ -90,16 +91,11 @@ jobs:

javascript:
strategy:
fail-fast: false
matrix:
version: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]
version: [11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- os: macos-latest
version: 8
- os: macos-latest
version: 9
- os: macos-latest
version: 10
- os: macos-latest
version: 11
- os: macos-latest
Expand All @@ -111,12 +107,6 @@ jobs:
- os: macos-latest
version: 15
include:
- os: macos-13
version: 8
- os: macos-13
version: 9
- os: macos-13
version: 10
- os: macos-13
version: 11
- os: macos-13
Expand Down Expand Up @@ -158,6 +148,7 @@ jobs:

c:
strategy:
fail-fast: false
matrix:
# compiler: ["llvm", "gcc"]
# # compiler targets (ideally): clang, gcc, MSVCC, pcc, tcc, icc,
Expand Down

0 comments on commit f785d33

Please sign in to comment.