Skip to content

Commit

Permalink
add elixir 1.15 otp25, 26 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoch-cars committed Sep 26, 2023
1 parent 6151a1d commit 12b676c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,18 @@ jobs:
- name: Run tests
run: mix test

# - name: Set up Elixir v1.15 OTP26
# uses: erlef/setup-beam@v1
# with:
# elixir-version: '1.15.X' # Define the elixir version [required]
# otp-version: '26.X' # Define the OTP version [required]
# - name: Restore dependencies cache
# uses: actions/cache@v3
# with:
# path: deps
# key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
# restore-keys: ${{ runner.os }}-mix-
# - name: Install dependencies
# run: mix deps.get
# - name: Run tests
# run: mix test
- name: Set up Elixir v1.15 OTP26
uses: erlef/setup-beam@v1
with:
elixir-version: '1.15.X' # Define the elixir version [required]
otp-version: '26.X' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v3
with:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-
- name: Install dependencies
run: mix deps.get
- name: Run tests
run: mix test

0 comments on commit 12b676c

Please sign in to comment.