Skip to content

Commit ce2a55a

Browse files
authored
Merge pull request #655 from orbit-apps/feature/bump-elixir-and-otp
add 1.19 to test matrix and bump to 1.19 latest for dev
2 parents a879981 + 5d511b7 commit ce2a55a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
otp: ['26', '27']
14-
elixir: ['1.17', '1.18']
14+
elixir: ['1.17', '1.18', '1.19']
1515

1616
steps:
1717
- uses: actions/checkout@v6

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
erlang 27.2.1
2-
elixir 1.17.3-otp-27
1+
erlang 27.3.4.9
2+
elixir 1.19.5-otp-27

0 commit comments

Comments
 (0)