Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Oct 30, 2024
1 parent 159fb26 commit 1b88e3f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ env:

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

jobs:
static_analysis:
Expand All @@ -18,10 +18,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Elixir
uses: erlef/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
elixir-version: '1.13.4'
otp-version: '25.0.2'
elixir-version: "1.17"
otp-version: "27"
- name: Restore dependencies cache
uses: actions/cache@v2
with:
Expand All @@ -45,10 +45,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Elixir
uses: erlef/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
elixir-version: '1.13.4'
otp-version: '25.0.2'
elixir-version: "1.17"
otp-version: "27"
- name: Restore dependencies cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 1b88e3f

Please sign in to comment.