Skip to content

Commit 7ac2921

Browse files
committed
Update CI workflow.
1 parent ebacba8 commit 7ac2921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
matrix:
2020
version:
2121
- '1.8'
22-
- '1.9'
23-
- '^1.10.0-0'
22+
- '1.10'
23+
- '^1.11.0-0'
2424
os:
2525
- ubuntu-latest
2626
- macOS-latest
@@ -42,7 +42,7 @@ jobs:
4242
arch: x64
4343
experimental: true
4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
- uses: julia-actions/setup-julia@v1
4747
with:
4848
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)