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
8bfacffa
Commit
8bfacffa
authored
Jun 16, 2020
by
rinpatch
Browse files
Merge branch 'elixir-1.9' into 'develop'
Upgrade to Elixir 1.9 See merge request
!2651
parents
4baf5ffe
aca6a754
Pipeline
#27280
failed with stages
in 16 minutes and 47 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8bfacffa
image
:
elixir:1.
8.1
image
:
elixir:1.
9.4
variables
:
&global_variables
POSTGRES_DB
:
pleroma_test
...
...
elixir_buildpack.config
View file @
8bfacffa
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 @
8bfacffa
...
...
@@ -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
())],
...
...
Write
Preview
Markdown
is supported
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