Skip to content

Commit 336ae44

Browse files
authored
Add Lumen 8 to integration test (#1093)
1 parent 0168e72 commit 336ae44

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-integration-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919
strategy:
2020
matrix:
2121
php: [7.4, 7.3, 7.2]
22-
lumen: [7.*, 6.*]
22+
lumen: [8.*, 7.*, 6.*]
23+
exclude:
24+
- lumen: 8.*
25+
php: 7.2
2326
name: P${{ matrix.php }} - Lumen${{ matrix.lumen }}
2427
steps:
2528
- name: Checkout code

0 commit comments

Comments
 (0)