Skip to content

Commit

Permalink
Update CI workflow for Julia v1.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus committed Mar 21, 2024
1 parent 300cbff commit 1c9afe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
matrix:
version:
- '1.8'
- '1.9'
- '^1.10.0-0'
- '1.10'
- '^1.11.0-0'
os:
- ubuntu-latest
- macOS-latest
Expand All @@ -43,7 +43,7 @@ jobs:
arch: x64
experimental: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand Down

0 comments on commit 1c9afe6

Please sign in to comment.