Skip to content

Commit

Permalink
Merge pull request #9 from 4estlaine/fix/udpates_for_julia_1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Forrest Laine committed Jun 1, 2022
2 parents b264ee2 + 98719ba commit 2d434a5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 381 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,16 @@ name: CI
on: [push]
jobs:
test:
name: Julia CI
strategy:
fail-fast: false
matrix:
version: ["1", "nightly"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: "1.7.0-rc1"
- uses: actions/cache@v1
env:
cache-name: cache-artifacts
with:
path: ~/.julia/artifacts
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
restore-keys: |
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
version: ${{ matrix.version }}
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test/Manifest.toml
Manifest.toml
363 changes: 0 additions & 363 deletions Manifest.toml

This file was deleted.

2 comments on commit 2d434a5

@lassepe
Copy link
Collaborator

@lassepe lassepe commented on 2d434a5 Jun 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/61483

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.6 -m "<description of version>" 2d434a592e1eda9e33e7a52f0df460e67d067c3e
git push origin v0.3.6

Please sign in to comment.