39
39
# - 1.0
40
40
# - 1.6
41
41
# - 1
42
+ # - pre
42
43
# - nightly
43
44
# but remove some configurations from the build matrix to reduce CI time.
44
45
# See https://github.com/marketplace/actions/setup-julia-environment
49
50
- {os: 'macOS-latest', version: '1.5'}
50
51
- {os: 'macOS-latest', version: '1.7'}
51
52
- {os: 'macOS-latest', version: '1.8'}
53
+ - {os: 'macOS-latest', version: '1.9'}
52
54
# MacOS not available on x86
53
55
- {os: 'macOS-latest', arch: 'x86'}
54
56
- {os: 'windows-latest', version: '1.1'}
@@ -58,13 +60,15 @@ jobs:
58
60
- {os: 'windows-latest', version: '1.5'}
59
61
- {os: 'windows-latest', version: '1.7'}
60
62
- {os: 'windows-latest', version: '1.8'}
63
+ - {os: 'windows-latest', version: '1.9'}
61
64
- {os: 'ubuntu-latest', version: '1.1', arch: 'x86'}
62
65
- {os: 'ubuntu-latest', version: '1.2', arch: 'x86'}
63
66
- {os: 'ubuntu-latest', version: '1.3', arch: 'x86'}
64
67
- {os: 'ubuntu-latest', version: '1.4', arch: 'x86'}
65
68
- {os: 'ubuntu-latest', version: '1.5', arch: 'x86'}
66
69
- {os: 'ubuntu-latest', version: '1.7', arch: 'x86'}
67
70
- {os: 'ubuntu-latest', version: '1.8', arch: 'x86'}
71
+ - {os: 'ubuntu-latest', version: '1.9', arch: 'x86'}
68
72
steps :
69
73
- uses : actions/checkout@v2
70
74
- uses : julia-actions/setup-julia@v2
0 commit comments