Skip to content

Commit

Permalink
Update to OTP 27
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed May 24, 2024
1 parent 2991142 commit 4a5ea59
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/part_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ jobs:
include:
- otp: "26.0"
unstable: false
- otp: "26.2"
- otp: "26.2.5"
unstable: false
- otp: "27.0"
unstable: false
- otp: "master"
unstable: true
Expand Down Expand Up @@ -133,7 +135,9 @@ jobs:
include:
- otp: "26.0"
unstable: false
- otp: "26.2"
- otp: "26.2.5"
unstable: false
- otp: "27.0"
unstable: false
- otp: "master"
unstable: true
Expand Down Expand Up @@ -172,11 +176,18 @@ jobs:
include:
- elixir: "1.14.5"
unstable: false
- elixir: "1.15.7"
- elixir: "1.15.8"
otp: "26.2.5"
unstable: false
- elixir: "1.16.3"
otp: "26.2.5"
unstable: false
- elixir: "1.16.0"
# TODO: Remove rc when Elixir 1.17.0 is released
- elixir: "1.17.0-rc.0"
otp: "26.2.5"
unstable: false
- elixir: "main"
otp: "${{ needs.detectToolVersions.outputs.otpVersion }}"
unstable: true

steps:
Expand Down
6 changes: 3 additions & 3 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
erlang 26.2.1
rebar 3.22.1
elixir 1.16.0
erlang 26.2.5
rebar 3.23.0
elixir 1.16.3

0 comments on commit 4a5ea59

Please sign in to comment.