Merge pull request #8889 from rabbitmq/rin/unblock-windows-ci

Use elixir 1.15.2 with windows
This commit is contained in:
Rin Kuryloski 2023-07-17 21:38:38 +02:00 committed by GitHub
commit 01538965b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
matrix:
include:
- erlang_version: "26.0"
elixir_version: "1.14.5"
elixir_version: "1.15.2"
timeout-minutes: 120
steps:
- name: CHECKOUT REPOSITORY