Skip to content

Commit

Permalink
Added the following jobs for github actions
Browse files Browse the repository at this point in the history
          - elixir: 1.15.x
            otp: 25
            os: ubuntu-latest
            warnings_as_errors: true
          - elixir: 1.16.x
            otp: 26
            os: ubuntu-latest
            warnings_as_errors: true
  • Loading branch information
RobertDober committed Jul 2, 2024
1 parent df44cab commit 3203f64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
otp: 25
os: ubuntu-latest
warnings_as_errors: true
- elixir: 1.15.x
otp: 25
os: ubuntu-latest
warnings_as_errors: true
- elixir: 1.16.x
otp: 26
os: ubuntu-latest
warnings_as_errors: true
env:
MIX_ENV: test
steps:
Expand Down

0 comments on commit 3203f64

Please sign in to comment.