Skip to content

Commit

Permalink
Run CI on 1.9 and prerelease (#445)
Browse files Browse the repository at this point in the history
* Run CI on 1.9 and prerelease

* Bump setup-julia to v2
  • Loading branch information
LilithHafner committed Jul 2, 2024
1 parent 8fc81be commit f425045
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- '1.6'
- '1.7'
- '1.8'
- '1.9'
- '1'
- 'pre'
- 'nightly'
os:
- ubuntu-latest
Expand Down Expand Up @@ -65,7 +67,7 @@ jobs:
- {os: 'ubuntu-latest', version: '1.8', arch: 'x86'}
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand All @@ -92,7 +94,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: 1.6
arch: x64
Expand Down

0 comments on commit f425045

Please sign in to comment.