Skip to content

Commit

Permalink
ci: gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
DKhalil committed Jan 3, 2024
1 parent 843849e commit e4981be
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup elixir
uses: actions/setup-elixir@v1.5.0
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: '1.10.2' # Define the elixir version [required]
otp-version: '22.2' # Define the OTP version [required]
experimental-otp: true
elixir-version: '1.16.0'
otp-version: '26.0.2'
- name: Install Dependencies
run: mix deps.get
- name: Run Tests
Expand Down

0 comments on commit e4981be

Please sign in to comment.