Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
aca6a754
Commit
aca6a754
authored
Jun 16, 2020
by
Steven Fuchs
Committed by
rinpatch
Jun 16, 2020
Browse files
Upgrade to Elixir 1.9
parent
1e49bfa9
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
aca6a754
image
:
elixir:1.
8.1
image
:
elixir:1.
9.4
variables
:
&global_variables
POSTGRES_DB
:
pleroma_test
...
...
elixir_buildpack.config
View file @
aca6a754
elixir_version
=
1
.
8
.
2
erlang_version
=
2
1
.
3
.
7
elixir_version
=
1
.
9
.
4
erlang_version
=
2
2
.
3
.
4
.
1
mix.exs
View file @
aca6a754
...
...
@@ -5,7 +5,7 @@ def project do
[
app:
:pleroma
,
version:
version
(
"2.0.50"
),
elixir:
"~> 1.
8
"
,
elixir:
"~> 1.
9
"
,
elixirc_paths:
elixirc_paths
(
Mix
.
env
()),
compilers:
[
:phoenix
,
:gettext
]
++
Mix
.
compilers
(),
elixirc_options:
[
warnings_as_errors:
warnings_as_errors
(
Mix
.
env
())],
...
...
feld
@feld
mentioned in merge request
!3420 (merged)
·
Jun 09, 2021
mentioned in merge request
!3420 (merged)
mentioned in merge request !3420
Toggle commit list
feld
@feld
mentioned in merge request
!3465 (closed)
·
Jun 09, 2021
mentioned in merge request
!3465 (closed)
mentioned in merge request !3465
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment