From 61294ce48d20031c0acac01b935c9e33bba52e7f Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 26 Feb 2024 08:55:45 +0100 Subject: [PATCH] CI: Test also with Erlang/OTP 27 --- .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 2a2eb0f..f63e3bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - otp: ['19.3', '25.3', 26] + otp: ['19.3', '25.3', 26, 27] runs-on: ubuntu-20.04 container: image: erlang:${{ matrix.otp }}