Skip to content

Commit

Permalink
Remove erlang 23
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Sep 8, 2023
1 parent 037b324 commit 3a89b0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ jobs:

strategy:
matrix:
otp_version: ['23.x', '24.x', '25.x', '26.x']
otp_version: ['24.x', '25.x', '26.x']
os: [ubuntu-20.04]
rebar3_version: [3.22.1]
include:
- mysql: mysql-5.7
pg: 11
Expand All @@ -30,7 +31,7 @@ jobs:
with:
version-type: loose
otp-version: ${{ matrix.otp_version}}
rebar3-version: 3.22.1
rebar3-version: ${{ matrix.rebar3_version}}

# https://github.com/marketplace/actions/actions-setup-mysql
- name: Install ${{ matrix.mysql }}
Expand Down

0 comments on commit 3a89b0d

Please sign in to comment.