Skip to content

Commit

Permalink
Merge pull request #39 from DanielVandH/DanielVandH-patch-1
Browse files Browse the repository at this point in the history
1.11
  • Loading branch information
DanielVandH authored Oct 16, 2024
2 parents 13b807d + 8890664 commit d07c5af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1'
- '1.9'
- '1.11'
- 'pre'
- 'lts'
os:
- ubuntu-latest
arch:
Expand All @@ -31,7 +32,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Julia
uses: julia-actions/setup-julia@v1
uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit d07c5af

Please sign in to comment.