Skip to content

Commit

Permalink
Rework this a bit to use a differnet erlang image
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Sep 7, 2023
1 parent 6d2dadc commit 902d91a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
#otp_version: [23, 24, 25.0, 26]
otp_version: [25.0]
os: [ubuntu-20.04]
os: [ubuntu-latest]
include:
# - mysql: mysql-5.7
# pg: 11
Expand All @@ -26,9 +26,14 @@ jobs:
# pg: 16
#

container: erlang:${{ matrix.otp_version }}
#container: erlang:${{ matrix.otp_version }}

steps:
- name: Install OTP ${{matrix.otp_version}}
uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp_version}}

- name: Install a few dependencies
run: |
apt update -y
Expand Down

0 comments on commit 902d91a

Please sign in to comment.