summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-12-08 17:31:05 +0100
committerBadlop <badlop@process-one.net>2021-12-09 10:55:16 +0100
commite10f2a9e47bb864b4011df9d2a38821ac4807a2f (patch)
tree5af4c61cbc986b520b7e5839f52598408f7f2af6 /.github
parentHandle mix version when running docker-ejabberd/ecs/build.sh latest (diff)
OTP 24 means whatever version provided by Actions... nowadays it's 24.1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ac384e37..45a88eda 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,12 +25,12 @@ jobs:
strategy:
fail-fast: false
matrix:
- otp: ['19.3', '24.0']
+ otp: ['19.3', '24']
include:
- otp: '19.3'
rebar: 2
os: ubuntu-18.04
- - otp: '24.0'
+ - otp: '24'
rebar: 3
os: ubuntu-20.04
runs-on: ${{ matrix.os }}
@@ -46,7 +46,7 @@ jobs:
- name: Get previous Erlang/OTP
uses: ErlGang/setup-erlang@master
- if: matrix.otp != 24.0
+ if: matrix.otp != 24
with:
otp-version: ${{ matrix.otp }}
@@ -169,7 +169,7 @@ jobs:
run: find logs/ -name exunit.log -exec cat '{}' ';'
- name: Send to coveralls
- if: matrix.otp == 24.0
+ if: matrix.otp == 24
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |