Skip to content

Commit 15933b4

Browse files
committed
ci: exclude some non-working matrix items
1 parent 5086202 commit 15933b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,15 @@ jobs:
6666
needs: build
6767
runs-on: ubuntu-22.04 # change back to ubuntu-latest once we drop Python 3.7 & upgrade playwright
6868
strategy:
69+
fail-fast: false
6970
matrix:
7071
octoprint: ["master", "maintenance"]
7172
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
73+
exclude:
74+
- octoprint: "maintenance"
75+
python: "3.7"
76+
- octoprint: "maintenance"
77+
python: "3.8"
7278
steps:
7379
- name: ⬇ Download build result
7480
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)