Skip to content

Commit f425045

Browse files
authored
Run CI on 1.9 and prerelease (#445)
* Run CI on 1.9 and prerelease * Bump setup-julia to v2
1 parent 8fc81be commit f425045

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
- '1.6'
2424
- '1.7'
2525
- '1.8'
26+
- '1.9'
2627
- '1'
28+
- 'pre'
2729
- 'nightly'
2830
os:
2931
- ubuntu-latest
@@ -65,7 +67,7 @@ jobs:
6567
- {os: 'ubuntu-latest', version: '1.8', arch: 'x86'}
6668
steps:
6769
- uses: actions/checkout@v2
68-
- uses: julia-actions/setup-julia@v1
70+
- uses: julia-actions/setup-julia@v2
6971
with:
7072
version: ${{ matrix.version }}
7173
arch: ${{ matrix.arch }}
@@ -92,7 +94,7 @@ jobs:
9294
fail-fast: false
9395
steps:
9496
- uses: actions/checkout@v2
95-
- uses: julia-actions/setup-julia@v1
97+
- uses: julia-actions/setup-julia@v2
9698
with:
9799
version: 1.6
98100
arch: x64

0 commit comments

Comments
 (0)