Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f5b9522

Browse filesBrowse files
authored
ci: exclude windows runs when testing older versions of next.js (#2903)
1 parent 1fd0112 commit f5b9522
Copy full SHA for f5b9522

File tree

Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed

‎.github/workflows/run-tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/run-tests.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,18 @@ jobs:
114114

115115
test:
116116
needs: setup
117-
runs-on: ${{ matrix.os }}
118117
strategy:
119118
fail-fast: false
120119
matrix:
121120
shard: [1, 2, 3, 4, 5, 6, 7, 8]
122121
os: [ubuntu-latest, windows-latest]
123122
version: ${{ fromJson(needs.setup.outputs.matrix) }}
123+
exclude:
124+
- os: windows-latest
125+
version: '13.5.1'
126+
- os: windows-latest
127+
version: '14.2.15'
128+
runs-on: ${{ matrix.os }}
124129
steps:
125130
- uses: actions/checkout@v4
126131
- name: 'Install Node'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.