Skip to content

Commit ae7d6ac

Browse files
authored
cut back on CI on 1.9 (#453)
1 parent 8a123a1 commit ae7d6ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
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
@@ -49,6 +50,7 @@ jobs:
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

Comments
 (0)