From 3e59cbc8e0c24e7713228ccf20899e6bd7371512 Mon Sep 17 00:00:00 2001 From: Jonathan Gao Date: Tue, 15 Nov 2022 15:57:30 +0800 Subject: [PATCH] fix: Remove elixir 1.11. --- .github/workflows/test-and-release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 78f45eb4..5fd08690 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -15,9 +15,6 @@ jobs: strategy: matrix: include: - - elixir: 1.11 - otp: 23.3 - lint: lint - elixir: 1.13 otp: 24 lint: lint