Skip to content

Commit 5af0f32

Browse files
Bump julia-actions/setup-julia from 2 to 3 (#25)
* 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] <support@github.com> * remove arch from tests.yml * bump min Julia in tests.yml * min Julia 1.10 in Project.toml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christopher Rowley <cjdrwly@gmail.com>
1 parent 7cb118a commit 5af0f32

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,18 @@ on:
99
tags: '*'
1010
jobs:
1111
test:
12-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
12+
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
version: ['1', '1.6']
17+
version: ['1', '1.10']
1818
os: [ubuntu-latest, windows-latest, macos-latest]
19-
arch: [x64]
2019
steps:
2120
- uses: actions/checkout@v6
22-
- uses: julia-actions/setup-julia@v2
21+
- uses: julia-actions/setup-julia@v3
2322
with:
2423
version: ${{ matrix.version }}
25-
arch: ${{ matrix.arch }}
2624
- uses: julia-actions/cache@v3
2725
- uses: julia-actions/julia-runtest@v1
2826
- uses: julia-actions/julia-processcoverage@v1

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ micromamba_jll = "f8abcde7-e9b7-5caa-b8af-a437887ae8e4"
1010

1111
[compat]
1212
Scratch = "1.1"
13-
julia = "1.6"
13+
julia = "1.10"
1414
micromamba_jll = "0.26, 1 - 1.4.2, 1.4.7, 2"
1515

1616
[extras]

0 commit comments

Comments
 (0)