We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8568ff5 commit e1bca4eCopy full SHA for e1bca4e
1 file changed
.github/workflows/qa.yml
@@ -4,13 +4,14 @@ on: pull_request
4
5
jobs:
6
qa:
7
- strategy:
8
- matrix:
9
- version: [ '8.2', '8.3', '8.4', 'latest' ]
10
name: QA
11
runs-on: ubuntu-latest
12
timeout-minutes: 15
13
+ strategy:
+ matrix:
+ version: [ '8.2', '8.3', '8.4', 'latest' ]
14
+
15
steps:
16
- name: Clone repository
17
uses: actions/checkout@v4
0 commit comments