Skip to content

Commit bf33613

Browse files
authored
Update CI.yml
1 parent 5f94ca6 commit bf33613

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
matrix:
1515
version:
1616
- '1.10'
17+
- '1.11'
1718
os:
1819
- ubuntu-latest
1920
arch:
@@ -24,4 +25,4 @@ jobs:
2425
with:
2526
version: ${{ matrix.version }}
2627
arch: ${{ matrix.arch }}
27-
- uses: julia-actions/julia-runtest@latest
28+
- uses: julia-actions/julia-runtest@latest

0 commit comments

Comments
 (0)