Skip to content

Commit

Permalink
Merge pull request #34 from AtilaSaraiva/updatingCI
Browse files Browse the repository at this point in the history
CI: updating workflow files
  • Loading branch information
AtilaSaraiva authored Feb 21, 2025
2 parents 5d14848 + 8f5d3b7 commit 1388fe5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,18 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.9'
- 'nightly'
- '1.11'
os:
- ubuntu-latest
arch:
- x64
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
- 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 1388fe5

Please sign in to comment.