Skip to content

Commit

Permalink
Remove Erlang 22 as part of our CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
burbas committed Aug 9, 2023
1 parent d0737d3 commit e5982a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['22.3.4.21', '23.0.2', '24.1.3', '25.1.1']
otp: ['23.0.2', '24.1.3', '25.1.1']
rebar3: ['3.20.0']
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e5982a8

Please sign in to comment.