Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba committed Jun 4, 2021
1 parent 67b1d5c commit f932698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [21.3.8.18, 22.0.7, 22.1.8, 22.2.8, 22.3.4.14, 23.0.4, 23.1.5.0, 23.2.1.0, 24.0.1]
otp: ["23.1", "23.2", "23.3", "24.0"]
container:
image: erlang:${{ matrix.otp }}-alpine
image: quay.io/travelping/alpine-erlang:${{ matrix.otp }}
steps:
- name: Prepare
run: |
Expand Down

0 comments on commit f932698

Please sign in to comment.