Skip to content

Commit c84f8ea

Browse files
committed
fix tests
1 parent d1df885 commit c84f8ea

File tree

2 files changed

+4
-36
lines changed

2 files changed

+4
-36
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -13,43 +13,11 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
17-
laravel: [^6.0, ^7.0, ^8.0, ^9.0, ^10.0, ^11.0]
16+
php: [8.1, 8.2, 8.3]
17+
laravel: [^10.0, ^11.0]
1818
exclude:
19-
- php: 7.2
20-
laravel: ^8.0
21-
- php: 7.2
22-
laravel: ^9.0
23-
- php: 7.2
24-
laravel: ^10.0
25-
- php: 7.2
26-
laravel: ^11.0
27-
- php: 7.3
28-
laravel: ^9.0
29-
- php: 7.3
30-
laravel: ^10.0
31-
- php: 7.3
32-
laravel: ^11.0
33-
- php: 7.4
34-
laravel: ^9.0
35-
- php: 7.4
36-
laravel: ^10.0
37-
- php: 7.4
38-
laravel: ^11.0
39-
- php: 8.0
40-
laravel: ^10.0
41-
- php: 8.0
42-
laravel: ^11.0
43-
- php: 8.1
44-
laravel: ^6.0
45-
- php: 8.1
46-
laravel: ^7.0
4719
- php: 8.1
4820
laravel: ^11.0
49-
- php: 8.2
50-
laravel: ^6.0
51-
- php: 8.2
52-
laravel: ^7.0
5321

5422
name: P${{ matrix.php }} - L${{ matrix.laravel }}
5523

tests/BuildContainerImageTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,13 @@ public static function runtimeProvider()
214214
'docker-arm',
215215
'FROM laravelphp/vapor:php84-arm',
216216
[],
217-
false,
217+
true,
218218
],
219219
[
220220
'docker-arm',
221221
'FROM laravelphp/vapor:php84-arm',
222222
[],
223-
false,
223+
true,
224224
],
225225

226226
// Build arguments

0 commit comments

Comments
 (0)