From 97161da5e1e45dbf9b722e1c10af186e262397f2 Mon Sep 17 00:00:00 2001 From: Lyndon White Date: Fri, 10 Sep 2021 10:54:22 +0100 Subject: [PATCH] Run integration tests on latest stable julia release --- .github/workflows/IntegrationTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 8ad53676b..3c3da1763 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - julia-version: [1.5] + julia-version: [1] os: [ubuntu-latest] package: - {user: JuliaDiff, repo: ChainRules.jl}