Skip to content

Commit 05f6854

Browse files
Drop 1.7 CI. Limit concurrency to leave CI space for org (#764)
1 parent d5b636d commit 05f6854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
timeout-minutes: 90
1818
runs-on: ${{ matrix.os }}
1919
strategy:
20+
max-parallel: 20 # leave space for other runs in the JuliaLang org, given these tests are long
2021
fail-fast: false
2122
matrix:
2223
julia-version:
2324
- '1.6'
24-
- '1.7'
2525
- '1.8'
2626
- '1.9-nightly'
2727
- 'nightly'

0 commit comments

Comments
 (0)