File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 24
24
env :
25
25
MIX_ENV : prod
26
26
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 '
29
29
steps :
30
30
- uses : rlespinasse/github-slug-action@v3.x
31
31
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
23
23
env :
24
24
MIX_ENV : test
25
25
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 '
28
28
services :
29
29
postgres :
30
- image : postgres:13.1
30
+ image : postgres:14.2
31
31
env :
32
32
POSTGRES_USER : postgres
33
33
POSTGRES_PASSWORD : postgres
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ Cadet is the web application powering Source Academy.
17
17
18
18
### System requirements
19
19
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
23
23
24
24
It is probably okay to use a different version of PostgreSQL or Erlang/OTP, but
25
25
using a different version of Elixir may result in differences in e.g. `mix
You can’t perform that action at this time.
0 commit comments