Skip to content

Commit

Permalink
Merge branch 'main' of github.com:PLEnuM-group/PhysicsTools.jl into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Haack committed Dec 4, 2023
2 parents 3dde852 + 078dd4b commit 94e16ef
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 @@ -18,16 +18,16 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9.0-rc1'
- '1.8'
- '1.9'
- '1.9.3'
- 'nightly'
os:
- ubuntu-latest
arch:
- x64
- x86
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand Down

0 comments on commit 94e16ef

Please sign in to comment.