Skip to content

Commit

Permalink
Update github actions setup
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrichartz committed Jan 2, 2025
1 parent e6a7943 commit 8126ce2
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,32 @@ jobs:
strategy:
matrix:
environment:
- elixir-version: 1.18
otp-version: 27
- elixir-version: 1.17
otp-version: 26
- elixir-version: 1.16
otp-version: 25
- elixir-version: 1.15
otp-version: 25.0.4
otp-version: 25
- elixir-version: 1.14
otp-version: 25.0.4
otp-version: 25
- elixir-version: 1.13
otp-version: 24.3.4
otp-version: 24
- elixir-version: 1.12
otp-version: 23.3.4
otp-version: 23
- elixir-version: 1.11
otp-version: 23.3.4
otp-version: 23
- elixir-version: '1.10'
otp-version: 22.3.4
otp-version: 22
- elixir-version: 1.9
otp-version: 22.3.4
otp-version: 22
- elixir-version: 1.8
otp-version: 21.3.8
otp-version: 21
steps:
- uses: actions/checkout@v3
- name: Set up Elixir
uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
uses: erlef/setup-beam@v1
with: ${{matrix.environment}}
- name: Restore dependencies cache
uses: actions/cache@v3
Expand Down

0 comments on commit 8126ce2

Please sign in to comment.