diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9f3ff88..94c81e8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,20 +9,18 @@ on: tags: '*' jobs: test: - name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} + name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }} runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: - version: ['1', '1.6'] + version: ['1', '1.10'] os: [ubuntu-latest, windows-latest, macos-latest] - arch: [x64] steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} - arch: ${{ matrix.arch }} - uses: julia-actions/cache@v3 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 diff --git a/Project.toml b/Project.toml index 26cae30..311a139 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ micromamba_jll = "f8abcde7-e9b7-5caa-b8af-a437887ae8e4" [compat] Scratch = "1.1" -julia = "1.6" +julia = "1.10" micromamba_jll = "0.26, 1 - 1.4.2, 1.4.7, 2" [extras]