Skip to content

Commit

Permalink
fix otp-version
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Aug 12, 2023
1 parent 525fd8f commit 127f10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_fb25.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: erlef/setup-beam@v1
with:
elixir-version: '1.15.2' # Define the elixir version [required]
otp-version: '26.2' # Define the OTP version [required]
otp-version: '26.0' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 127f10c

Please sign in to comment.