Skip to content

Commit

Permalink
Merge pull request #37 from gdalle/gd/ci
Browse files Browse the repository at this point in the history
Test on pre-release, not nightly
  • Loading branch information
ElOceanografo authored Dec 3, 2024
2 parents aa1e957 + 7c526eb commit 8a08a65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
matrix:
version:
- '1.10'
- 'nightly'
- 'pre'
os:
- ubuntu-latest
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
# docs:
Expand Down

0 comments on commit 8a08a65

Please sign in to comment.