Skip to content

Commit d4f733f

Browse files
committed
Bump Elixir, OTP and PG versions
1 parent 0074e1a commit d4f733f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
env:
2525
MIX_ENV: prod
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27-
ELIXIR_VERSION: '1.13.2'
28-
OTP_VERSION: '24.2'
27+
ELIXIR_VERSION: '1.13.3'
28+
OTP_VERSION: '24.2.1'
2929
steps:
3030
- uses: rlespinasse/github-slug-action@v3.x
3131
- uses: actions/checkout@v2

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
env:
2424
MIX_ENV: test
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
ELIXIR_VERSION: '1.13.2'
27-
OTP_VERSION: '24.2'
26+
ELIXIR_VERSION: '1.13.3'
27+
OTP_VERSION: '24.2.1'
2828
services:
2929
postgres:
30-
image: postgres:13.1
30+
image: postgres:14.2
3131
env:
3232
POSTGRES_USER: postgres
3333
POSTGRES_PASSWORD: postgres

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Cadet is the web application powering Source Academy.
1717

1818
### System requirements
1919

20-
1. Elixir 1.10.4
21-
2. Erlang/OTP 23.0.3
22-
3. PostgreSQL 11.8
20+
1. Elixir 1.13.3
21+
2. Erlang/OTP 23.2.1
22+
3. PostgreSQL 13 or 14
2323

2424
It is probably okay to use a different version of PostgreSQL or Erlang/OTP, but
2525
using a different version of Elixir may result in differences in e.g. `mix

0 commit comments

Comments
 (0)