Skip to content

Commit fee2294

Browse files
Bump julia-actions/setup-julia from 2 to 3 (#149)
* Bump julia-actions/setup-julia from 2 to 3 Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 2 to 3. - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](julia-actions/setup-julia@v2...v3) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update CI.yml * Update Project.toml * Update Project.toml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mosè Giordano <[email protected]>
1 parent 3d5a016 commit fee2294

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/CI.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,22 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
version:
25-
- '1.6'
25+
- 'min'
2626
- '1'
2727
- 'nightly'
2828
os:
2929
- ubuntu-latest
3030
- macOS-latest
3131
- windows-latest
3232
arch:
33-
- x64
33+
- default
34+
exclude:
35+
- os: macOS-latest
36+
version: 'min'
3437
steps:
3538
- uses: actions/checkout@v6
3639
- uses: julia-actions/cache@v3
37-
- uses: julia-actions/setup-julia@v2
40+
- uses: julia-actions/setup-julia@v3
3841
with:
3942
version: ${{ matrix.version }}
4043
arch: ${{ matrix.arch }}

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: which julia
1616
continue-on-error: true
1717
- name: Install Julia, but only if it is not already available in the PATH
18-
uses: julia-actions/setup-julia@v2
18+
uses: julia-actions/setup-julia@v3
1919
with:
2020
version: '1'
2121
arch: ${{ runner.arch }}

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "GSL"
22
uuid = "92c85e6c-cbff-5e0c-80f7-495c94daaecd"
3-
version = "1.0.1"
3+
version = "1.1.0"
44

55
[deps]
66
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
@@ -11,8 +11,8 @@ REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
1111
[compat]
1212
SpecialFunctions = "0.8, 0.9, 0.10, 1"
1313
GSL_jll = "2.6"
14-
REPL = "1.3.0"
15-
julia = "1.3.0"
14+
REPL = "<0.0.1, 1"
15+
julia = "1.6"
1616

1717
[extras]
1818
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)