Skip to content

Commit 8b9a51a

Browse files
committed
reinstate integration jobs matrix
1 parent 0b9f5dd commit 8b9a51a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/integration-jobs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
stack_version: [
27+
'7.0.0',
28+
'7.1.0',
29+
'7.2.0',
30+
'7.3.0',
31+
'7.4.0',
32+
'7.5.0',
33+
'7.6.0',
34+
'7.7.0',
35+
'7.8.0',
36+
'7.9.0',
37+
'7.10.0',
38+
'7.11.0',
39+
'7.12.0-SNAPSHOT',
2740
'latest-7'
2841
]
2942

0 commit comments

Comments
 (0)