From d313e33b97f4e1f25aad7ca2af984a69a5a0ec85 Mon Sep 17 00:00:00 2001 From: Bram Verburg Date: Wed, 25 Sep 2024 09:33:42 +0200 Subject: [PATCH] Update OTP/Erlang versions in tests --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8291572..883482e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,8 +6,8 @@ jobs: name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} strategy: matrix: - otp: ['23.3', '24.3', '25.0'] - elixir: ['1.12.3', '1.13.4'] + otp: ['25.3', '26.2'] + elixir: ['1.15.7', '1.16.3', '1.17.3'] steps: - uses: actions/checkout@v2 - uses: erlef/setup-beam@v1