From 812b401eb2fbb81e752fb632d690629a47659da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Thu, 6 Feb 2025 12:34:00 +0100 Subject: [PATCH 1/2] Adapt nightly CI to test both 1.12 and 1.13 --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bff2d52..5e948ac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: matrix: os: ["ubuntu-latest"] julia-version: - # - '1.12-nightly' + - '1.12-nightly' - '1.11' - '1.10' - '1.9' @@ -44,16 +44,16 @@ jobs: julia-version: '1' - os: windows-latest julia-version: '1.0' - # - os: windows-latest - # julia-version: '1.12-nightly' + - os: windows-latest + julia-version: '1.12-nightly' - os: windows-latest julia-version: 'nightly' - os: macOS-latest julia-version: '1' - os: macOS-13 # macOS-14 and later require julia >= 1.8 julia-version: '1.0' - # - os: macOS-latest - # julia-version: '1.12-nightly' + - os: macOS-latest + julia-version: '1.12-nightly' - os: macOS-latest julia-version: 'nightly' From fd1750dc27ee9893d27215e10bd0ffe06093e6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Thu, 6 Feb 2025 12:44:59 +0100 Subject: [PATCH 2/2] Enable deprecation errors in CI --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e948ac..4cb7b83 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,6 +68,8 @@ jobs: with: version: ${{ matrix.julia-version }} - uses: julia-actions/julia-runtest@v1 + with: + depwarn: error - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v5 with: