3939 # - 1.0
4040 # - 1.6
4141 # - 1
42+ # - pre
4243 # - nightly
4344 # but remove some configurations from the build matrix to reduce CI time.
4445 # See https://github.com/marketplace/actions/setup-julia-environment
4950 - {os: 'macOS-latest', version: '1.5'}
5051 - {os: 'macOS-latest', version: '1.7'}
5152 - {os: 'macOS-latest', version: '1.8'}
53+ - {os: 'macOS-latest', version: '1.9'}
5254 # MacOS not available on x86
5355 - {os: 'macOS-latest', arch: 'x86'}
5456 - {os: 'windows-latest', version: '1.1'}
@@ -58,13 +60,15 @@ jobs:
5860 - {os: 'windows-latest', version: '1.5'}
5961 - {os: 'windows-latest', version: '1.7'}
6062 - {os: 'windows-latest', version: '1.8'}
63+ - {os: 'windows-latest', version: '1.9'}
6164 - {os: 'ubuntu-latest', version: '1.1', arch: 'x86'}
6265 - {os: 'ubuntu-latest', version: '1.2', arch: 'x86'}
6366 - {os: 'ubuntu-latest', version: '1.3', arch: 'x86'}
6467 - {os: 'ubuntu-latest', version: '1.4', arch: 'x86'}
6568 - {os: 'ubuntu-latest', version: '1.5', arch: 'x86'}
6669 - {os: 'ubuntu-latest', version: '1.7', arch: 'x86'}
6770 - {os: 'ubuntu-latest', version: '1.8', arch: 'x86'}
71+ - {os: 'ubuntu-latest', version: '1.9', arch: 'x86'}
6872 steps :
6973 - uses : actions/checkout@v2
7074 - uses : julia-actions/setup-julia@v2
0 commit comments