Skip to content

Commit 70ee28b

Browse files
committed
Update integration jobs
1 parent 3f28a9b commit 70ee28b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Integration
22

3-
43
on:
54
pull_request:
65
paths-ignore:
@@ -23,7 +22,8 @@ jobs:
2322
fail-fast: false
2423
matrix:
2524
stack_version: [
26-
'8.0.0-SNAPSHOT'
25+
'8.0.0-SNAPSHOT',
26+
'latest-8'
2727
]
2828

2929
steps:

0 commit comments

Comments
 (0)