Skip to content

Commit

Permalink
Update OTP version in erlang CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Aug 28, 2024
1 parent 35dc9c8 commit 5b3bf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Erlang
uses: erlef/setup-beam@v1
with:
otp-version: '26'
otp-version: latest
- name: Compile lib
run: erlc tictactoe.erl
- name: Run script
Expand Down

0 comments on commit 5b3bf93

Please sign in to comment.