2323 - '1.6'
2424 - '1.7'
2525 - '1.8'
26+ - '1.9'
2627 - '1'
28+ - 'pre'
2729 - 'nightly'
2830 os:
2931 - ubuntu-latest
3739 # - 1.0
3840 # - 1.6
3941 # - 1
42+ # - pre
4043 # - nightly
4144 # but remove some configurations from the build matrix to reduce CI time.
4245 # See https://github.com/marketplace/actions/setup-julia-environment
4750 - {os: 'macOS-latest', version: '1.5'}
4851 - {os: 'macOS-latest', version: '1.7'}
4952 - {os: 'macOS-latest', version: '1.8'}
53+ - {os: 'macOS-latest', version: '1.9'}
5054 # MacOS not available on x86
5155 - {os: 'macOS-latest', arch: 'x86'}
5256 - {os: 'windows-latest', version: '1.1'}
@@ -56,16 +60,18 @@ jobs:
5660 - {os: 'windows-latest', version: '1.5'}
5761 - {os: 'windows-latest', version: '1.7'}
5862 - {os: 'windows-latest', version: '1.8'}
63+ - {os: 'windows-latest', version: '1.9'}
5964 - {os: 'ubuntu-latest', version: '1.1', arch: 'x86'}
6065 - {os: 'ubuntu-latest', version: '1.2', arch: 'x86'}
6166 - {os: 'ubuntu-latest', version: '1.3', arch: 'x86'}
6267 - {os: 'ubuntu-latest', version: '1.4', arch: 'x86'}
6368 - {os: 'ubuntu-latest', version: '1.5', arch: 'x86'}
6469 - {os: 'ubuntu-latest', version: '1.7', arch: 'x86'}
6570 - {os: 'ubuntu-latest', version: '1.8', arch: 'x86'}
71+ - {os: 'ubuntu-latest', version: '1.9', arch: 'x86'}
6672 steps:
6773 - uses: actions/checkout@v2
68- - uses: julia-actions/setup-julia@v1
74+ - uses: julia-actions/setup-julia@v2
6975 with:
7076 version: ${{ matrix.version }}
7177 arch: ${{ matrix.arch }}
9298 fail-fast: false
9399 steps:
94100 - uses: actions/checkout@v2
95- - uses: julia-actions/setup-julia@v1
101+ - uses: julia-actions/setup-julia@v2
96102 with:
97103 version: 1.6
98104 arch: x64
0 commit comments