MilesCranmer commited on
Commit
b0fe1f1
1 Parent(s): 8c50fca

Remove julia 1.5.0 from nightly CI

Browse files
.github/workflows/CI_large_nightly.yml CHANGED
@@ -20,7 +20,7 @@ jobs:
20
  strategy:
21
  fail-fast: false
22
  matrix:
23
- julia-version: ['1.5.0', '1.6.1', '1.7.1', '1.8.0-rc4']
24
  python-version: ['3.7', '3.8', '3.9', '3.10']
25
  os: [ubuntu-latest, macos-latest, windows-latest]
26
 
 
20
  strategy:
21
  fail-fast: false
22
  matrix:
23
+ julia-version: ['1.6.1', '1.7.1', '1.8.0', 'latest']
24
  python-version: ['3.7', '3.8', '3.9', '3.10']
25
  os: [ubuntu-latest, macos-latest, windows-latest]
26