Skip to content

Commit e1bca4e

Browse files
authored
chore: Improve workflow by correctly sorting lines.
1 parent 8568ff5 commit e1bca4e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/qa.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ on: pull_request
44

55
jobs:
66
qa:
7-
strategy:
8-
matrix:
9-
version: [ '8.2', '8.3', '8.4', 'latest' ]
107
name: QA
118
runs-on: ubuntu-latest
129
timeout-minutes: 15
1310

11+
strategy:
12+
matrix:
13+
version: [ '8.2', '8.3', '8.4', 'latest' ]
14+
1415
steps:
1516
- name: Clone repository
1617
uses: actions/checkout@v4

0 commit comments

Comments
 (0)