Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artemeff committed Dec 25, 2024
1 parent 21ecaf5 commit b294d93
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,22 @@ on:
jobs:
test:
name: Test (Elixir ${{matrix.elixir}} | Erlang/OTP ${{matrix.otp}})
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
MIX_ENV: test
strategy:
fail-fast: false
matrix:
include:
- otp: 25
elixir: 1.14
- elixir: "1.17.3"
otp: "27.1"
coverage: true
lint: true
- otp: 24.3
elixir: 1.13
- otp: 23.3
elixir: 1.12
- otp: 22.3
elixir: 1.11
- otp: 21.3
elixir: 1.10.4
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
MIX_ENV: test
lint: lint
- elixir: "1.17.3"
otp: "25.0.4"
- elixir: "1.14.5"
otp: "23.3.4.20"

steps:
- name: Clone the repository
Expand Down

0 comments on commit b294d93

Please sign in to comment.