From 58215d9ddc61d03d05cb9640f77b7ca3f17f5924 Mon Sep 17 00:00:00 2001 From: Lyndon White Date: Sun, 28 Mar 2021 18:10:13 +0100 Subject: [PATCH] Pin reverse dependency tests to 1.5 --- .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 ae61d5a7e..8cf6bb1b7 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - julia-version: [1] + julia-version: [1.5] os: [ubuntu-latest] package: - {user: JuliaDiff, repo: ChainRules.jl}