Skip to content

Commit

Permalink
Try CI 2
Browse files Browse the repository at this point in the history
  • Loading branch information
thiamsantos committed Sep 23, 2024
1 parent 4e6ad9a commit ac7e37f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jobs:
name: mix test (Elixir ${{ matrix.elixir }} OTP ${{ matrix.otp }})
strategy:
matrix:
elixir: ["1.7.4-otp-20", "1.17.3-otp-27"]
elixir: ["1.7.4", "1.17.3"]
include:
- elixir: "1.7.4-otp-20"
otp: "20"
- elixir: "1.17.3-otp-27"
otp: "27"
- elixir: "1.7.4"
otp: "20.x"
- elixir: "1.17.3"
otp: "27.x"
runs-on: ubuntu-latest
services:
db:
Expand Down Expand Up @@ -44,8 +44,8 @@ jobs:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: "27"
elixir-version: "1.17.3-otp-27"
otp-version: "27.x"
elixir-version: "1.17.3"
- name: Install Dependencies
run: mix deps.get
- name: Run Formatter
Expand Down

0 comments on commit ac7e37f

Please # to comment.