Skip to content

Commit 86e1a51

Browse files
committed
Update GitHub actions
1 parent 63d9bf4 commit 86e1a51

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
otp: [25.3, 26.2, 27.3, 28.1]
19-
elixir: [1.15.7, 1.16.2, 1.17.3, 1.18.4, 1.19.5, 1.20.0-rc.1]
19+
elixir: [1.15.7, 1.16.2, 1.17.3, 1.18.4, 1.19.5, 1.20.0-rc.4]
2020
exclude:
2121
- elixir: 1.15.7
2222
otp: 27.3
@@ -32,7 +32,7 @@ jobs:
3232
otp: 28.1
3333
- elixir: 1.19.5
3434
otp: 25.3
35-
- elixir: 1.20.0-rc.1
35+
- elixir: 1.20.0-rc.4
3636
otp: 25.3
3737

3838
steps:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
## 1.7.16
1717

18-
- Fix compatibility & compiler warnings with Elixir 1.20.0-rc.1
18+
- Fix compatibility & compiler warnings with Elixir 1.20.0-rc.4
1919
- `Credo.Check.Refactor.PassAsyncInTestCases` add new param `:force_comment_on_explicit_false` (defaults to `false`)
2020
- `Credo.Check.Warning.Dbg` add new param `:allow_captures` (defaults to `false`)
2121
- New Check: `Credo.Check.Warning.UnusedMapOperation`

0 commit comments

Comments
 (0)