From 418a19bf454d29b37c82e6c2ebc0b0392cac54e3 Mon Sep 17 00:00:00 2001 From: William Moses Date: Wed, 24 Jun 2026 00:40:51 -0400 Subject: [PATCH 1/2] 1.13 integration ci another day another julia --- .github/workflows/Integration.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/Integration.yml b/.github/workflows/Integration.yml index 496c6578a2..48b177448d 100644 --- a/.github/workflows/Integration.yml +++ b/.github/workflows/Integration.yml @@ -40,9 +40,7 @@ jobs: fail-fast: false matrix: version: - - '1.10' - - '1.11' - - '1.12' + - '1.13' os: - linux-x86-n2-32 package: From 67bf11e3f2f83db359d7284bf4d6c334fa178305 Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Wed, 24 Jun 2026 07:00:59 +0200 Subject: [PATCH 2/2] Apply suggestion from @vchuravy --- .github/workflows/Integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Integration.yml b/.github/workflows/Integration.yml index 48b177448d..80a0d4efa7 100644 --- a/.github/workflows/Integration.yml +++ b/.github/workflows/Integration.yml @@ -63,6 +63,7 @@ jobs: - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} + include-all-prereleases: true - name: Load Julia packages from cache uses: wsmoses/cache@gcpb with: