From a76666ede3f492736d51e9e60600032dcfe933d3 Mon Sep 17 00:00:00 2001 From: Badlop Date: Sat, 24 Feb 2024 17:34:12 +0100 Subject: [PATCH] CI: Test with oldest Erlang, recent stable, and the newest available --- .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 d49563f..2a2eb0f 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: ['19.3', '25.3', 26] runs-on: ubuntu-20.04 container: image: erlang:${{ matrix.otp }}