Skip to content

Commit 711a5b4

Browse files
committed
Only test older Julia versions on ubuntu
1 parent b1f0587 commit 711a5b4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,16 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
julia-version:
30-
- '1.6.7'
31-
- '1.7.2'
3230
- '1.8.3'
3331
os:
3432
- ubuntu-latest
3533
- windows-latest
3634
- macOS-latest
35+
include:
36+
- os: ubuntu-latest
37+
julia-version: '1.7.2'
38+
- os: ubuntu-latest
39+
julia-version: '1.6.7'
3740

3841
steps:
3942
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)