From 832965858db715224f81f1e3cda12e3678901126 Mon Sep 17 00:00:00 2001 From: Matt Enlow Date: Fri, 24 May 2024 16:11:42 -0700 Subject: [PATCH] see if 1.17 is on github yet --- .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 2e99802a..c233861a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: name: Ex${{matrix.elixir}}/OTP${{matrix.otp}} strategy: matrix: - elixir: ['1.15.7', '1.16.0'] + elixir: ['1.15.7', '1.16.0', '1.17.0-rc.0'] otp: ['25.1.2'] steps: - uses: actions/checkout@v4