Skip to content

Commit 35e4263

Browse files
ericmjjosevalim
authored andcommitted
Fix docs tests on OTP 23 (#10510)
1 parent 4332751 commit 35e4263

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
name: Linux, ${{ matrix.otp_release }}, Ubuntu 16.04
1414
continue-on-error: ${{ matrix.development }}
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
otp_release: ['OTP-23.0', 'OTP-22.3', 'OTP-22.0', 'OTP-21.3.8', 'OTP-21.0']
1819
development: [false]
@@ -29,7 +30,7 @@ jobs:
2930
- name: Install Erlang/OTP
3031
run: |
3132
cd $RUNNER_TEMP
32-
wget -O otp.tar.gz https://repo.hex.pm/builds/otp/ubuntu-14.04/${{ matrix.otp_release }}.tar.gz
33+
wget -O otp.tar.gz https://repo.hex.pm/builds/otp/ubuntu-16.04/${{ matrix.otp_release }}.tar.gz
3334
mkdir -p otp
3435
tar zxf otp.tar.gz -C otp --strip-components=1
3536
otp/Install -minimal $(pwd)/otp

0 commit comments

Comments
 (0)