Skip to content

Commit eaa1b8c

Browse files
hashrocketeervnegrisoloGabriel Reis
committed
Downgrade to elixir 1.18.4
Co-authored-by: Vinicius Negrisolo <vinicius.negrisolo@hashrocket.com> Co-authored-by: Gabriel Reis <gabriel.reis@hashrocket.com>
1 parent 269676e commit eaa1b8c

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
elixir: [1.19.0]
27+
elixir: [1.18.4]
2828
otp: [28.1]
2929
steps:
3030
- uses: actions/checkout@v3
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
strategy:
6363
matrix:
64-
elixir: [1.19.0]
64+
elixir: [1.18.4]
6565
otp: [28.1]
6666
services:
6767
postgres:
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ubuntu-latest
112112
strategy:
113113
matrix:
114-
elixir: [1.19.0]
114+
elixir: [1.18.4]
115115
otp: [28.1]
116116
steps:
117117
- uses: actions/checkout@v3

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
elixir 1.19.0-otp-28
1+
elixir 1.18.4-otp-28
22
erlang 28.1
33
nodejs 19.0.0

elixir_buildpack.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
config_vars_to_export=(BASIC_AUTH_PASSWORD BASIC_AUTH_USERNAME)
2-
elixir_version=1.19.0
2+
elixir_version=1.18.4
33
erlang_version=28.1

openspec/project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Key characteristics:
1313
## Tech Stack
1414

1515
### Backend
16-
- **Language**: Elixir 1.19.0 / Erlang OTP 28.1
16+
- **Language**: Elixir 1.18.4 / Erlang OTP 28.1
1717
- **Web Framework**: Phoenix ~> 1.6.14 with LiveView ~> 0.18
1818
- **Database**: PostgreSQL with Ecto ~> 3.6 ORM
1919
- **Authentication**: Ueberauth + Google OAuth 2.0, Guardian JWT tokens

0 commit comments

Comments
 (0)