Skip to content

Commit

Permalink
adds a tilde
Browse files Browse the repository at this point in the history
  • Loading branch information
rdboyes committed Apr 11, 2024
1 parent a8f929c commit e3ae206
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
version:
- '1.9'
- '1.10'
- '1.11.0-0'
- '~1.11.0-0'
- 'nightly'
os:
- ubuntu-latest
arch:
- x64
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit e3ae206

Please sign in to comment.