diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 340e24e..e34d53b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -25,8 +25,8 @@ jobs: # Specify the OTP and Elixir versions to use when building # and running the workflow steps. matrix: - otp: ['25.0.4'] - elixir: ['1.15.0'] + otp: ['24.0.0', '25.0.4'] + elixir: ['1.10.0', '1.11.0', '1.12.0', '1.13.0', '1.14.0', '1.15.0', '1.16.0'] steps: # Step: Setup Elixir + Erlang image as the base. - name: Set up Elixir