Skip to content

Commit

Permalink
Adding more test envs to the GH actions matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Aug 20, 2023
1 parent cf6c5fb commit 99dcecf
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ env:

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]

jobs:
static_analysis:
Expand All @@ -21,8 +21,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: '1.14.4'
otp-version: '25.1'
elixir-version: "1.14.4"
otp-version: "25.1"
- name: Restore dependencies cache
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -71,9 +71,11 @@ jobs:
strategy:
matrix:
elixir:
- '1.14.4'
- "1.14.4"
- "1.15.4"
otp:
- '25.1'
- "25.1"
- "26.0"

steps:
- name: Checkout code
Expand Down

0 comments on commit 99dcecf

Please sign in to comment.