From 05fba74236d717e3d9a67960a1e2f2b75f143103 Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Mon, 20 May 2024 12:45:58 -0500 Subject: [PATCH] Use major versions for OTP --- .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 0c17ac1..7a15e37 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - otp: ['24.3', '25.2', '26.2.5'] + otp: ['24', '25', '26'] steps: - name: Check out source