We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72bbaba commit 941dfa3Copy full SHA for 941dfa3
1 file changed
.github/workflows/test.yml
@@ -19,8 +19,8 @@ jobs:
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
22
- elixir: ["1.18"]
23
- otp: ["27"]
+ elixir: ["1.18", "1.19"]
+ otp: ["27", "28"]
24
25
steps:
26
- uses: actions/checkout@v4
0 commit comments