From 4589856d9f91b768b65d9816e4e9f278b872c190 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 26 Dec 2023 22:12:17 +0100 Subject: [PATCH] CI: Test with Erlang/OTP oldest supported, recent stable and most recent But don't test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f687c7c..67fd991 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - otp: ['19.3', '21.3', 24] + otp: ['20.3', 25, 26] runs-on: ubuntu-20.04 container: image: erlang:${{ matrix.otp }}