Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmag committed May 28, 2023
1 parent b2a40ef commit 7c5f282
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -2,8 +2,6 @@ name: CI

on:
push:
branches:
- master
pull_request:

jobs:
Expand All @@ -13,15 +11,15 @@ jobs:

test:
name: Test suite
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

strategy:
matrix:
versions:
- otp: 18.3
elixir: 1.4
- otp: 24
elixir: 1.13
elixir: 1.14

env:
MIX_ENV: test
Expand Down

0 comments on commit 7c5f282

Please sign in to comment.