From 5c3c8f0d6392426f7c17e631d730e2939764849c Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Sat, 16 Apr 2022 11:53:12 -0500 Subject: [PATCH] GitHub Actions: Remove older non-LTS Julia versions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d06c70..a217247 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - julia-version: ['1.4', '1.5', '1.6', '1.7'] + julia-version: ['1.6', '1.7'] julia-arch: [x64] os: [ubuntu-latest, windows-latest, macOS-latest] exclude: