Skip to content

Commit

Permalink
updated CI to v1.11 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
kainkad authored Dec 6, 2024
1 parent 65ade61 commit 9a62980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['1.6', '1.7', '1.8', '1.9', '1.10']
version: ['1.6', '1.7', '1.8', '1.9', '1.10', '1.11']
os: [windows-latest, ubuntu-latest, macOS-latest]
arch:
- x64
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['1.6', '1.7', '1.8', '1.9', '1.10']
version: ['1.6', '1.7', '1.8', '1.9', '1.10', '1.11']
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
Expand Down

0 comments on commit 9a62980

Please sign in to comment.