Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Sep 8, 2024
1 parent 792beed commit 77686b5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@ jobs:
runs-on: ubuntu-20.04
env:
MIX_ENV: test
# TODO: Remove on Req 1.0
REQ_NOWARN_OUTPUT: true
strategy:
fail-fast: false
matrix:
include:
# - pair:
# elixir: "1.13"
# otp: "24.3.4.10"
- pair:
elixir: "1.17"
otp: "27.0.1"
Expand All @@ -29,11 +24,4 @@ jobs:
elixir-version: ${{ matrix.pair.elixir }}
version-type: strict

- uses: actions/cache@v4
with:
path: deps
# ezstd and brotli are compiling native objects to deps/x/_build, not _build,
# so we need to cache per OTP
key: mix-otp-${{ matrix.pair.otp }}-deps-${{ hashFiles('**/mix.lock') }}

- run: mix ci

0 comments on commit 77686b5

Please sign in to comment.