Skip to content

Commit 48c483a

Browse files
committed
Run tests on 1.11
1 parent 4d01552 commit 48c483a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
julia-version: ['1.10', '1']
23+
julia-version: ['1.10', '1.11']
2424

2525
steps:
2626
- uses: actions/checkout@v5
@@ -40,4 +40,4 @@ jobs:
4040
with:
4141
files: lcov.info
4242
token: ${{ secrets.CODECOV_TOKEN }}
43-
fail_ci_if_error: false
43+
fail_ci_if_error: false

0 commit comments

Comments
 (0)