We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92e1b0 commit 99cf81bCopy full SHA for 99cf81b
.github/workflows/main.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
tests:
7
runs-on: ubuntu-latest
8
- name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
+ name: OTP ${{matrix.pair.otp}} / Elixir ${{matrix.pair.elixir}}
9
strategy:
10
matrix:
11
pair:
0 commit comments