Skip to content

Commit

Permalink
[#306] Removing OTP 23 since it introduces flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Mar 19, 2020
1 parent 931f86b commit a1b3b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
otp-version: [21.3, 22.2, 23]
otp-version: [21.3, 22.2]
runs-on: ${{ matrix.platform }}
container:
image: erlang:${{ matrix.otp-version }}
Expand Down

0 comments on commit a1b3b0a

Please sign in to comment.