diff options
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/Jenkinsfile.pr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr index 3f2f60450..5b9b209e9 100644 --- a/build-aux/Jenkinsfile.pr +++ b/build-aux/Jenkinsfile.pr @@ -49,7 +49,7 @@ pipeline { // Search for ERLANG_VERSION // see https://issues.jenkins.io/browse/JENKINS-61047 for why this cannot // be done parametrically - LOW_ERLANG_VER = '20' + LOW_ERLANG_VER = '23' // erlfmt doesn't run with the lowest erlang version so we run it in a // separate stage with a higher erlang version. |