From 0cc1852c12a21ee058a23778c35c12b39327ffdf Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Tue, 13 Feb 2024 12:30:07 +0100 Subject: [PATCH] wip --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea0c147..eb0f3bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,8 @@ name: CI on: push: - branches: - - master + # branches: + # - master pull_request: jobs: @@ -25,8 +25,8 @@ jobs: include: - db: mysql:8.0 pair: - elixir: 1.11.4 - otp: 23.3.3 + elixir: 1.16.1 + otp: 26.2.2 lint: lint - db: mysql:8.0 pair: