Skip to content

Commit

Permalink
updated github ci for usage of otp 25.2.1 and elixir 1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertDober committed Jan 27, 2023
1 parent d85115c commit f55a541
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ jobs:
otp: "24.1.2"
elixir: "1.13.0"
- pair:
otp: 25.0.4
elixir: 1.14.0
otp: "25.0.4"
elixir: "1.14.0"
- pair:
otp: "25.2.1"
elixir: "1.14.3"
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit f55a541

Please sign in to comment.