From 019155d70a5b89a6a22a0985ca5a445412451892 Mon Sep 17 00:00:00 2001 From: Sebastian Strollo Date: Fri, 1 Mar 2024 15:31:47 +0100 Subject: [PATCH] add OTP 26 to test matrix --- .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 bbadd63..7f459c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: name: OTP ${{matrix.otp}} strategy: matrix: - otp: ['24', '25'] + otp: ['24', '25', '26'] steps: - uses: actions/checkout@v3