Skip to content

Commit f15c660

Browse files
Update test.yml
1 parent a82ad87 commit f15c660

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,9 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [7.4, '8.0', 8.1, 8.2]
12+
php: [8.1, 8.2]
1313
laravel: [8, 9, 10]
1414
exclude:
15-
- php: 7.4
16-
laravel: 9
17-
- php: 7.4
18-
laravel: 10
19-
- php: 8.0
20-
laravel: 10
2115
- php: 8.2
2216
laravel: 8
2317

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
],
3333
"require": {
34-
"php": "^7.4|^8.0|^8.1|^8.2",
34+
"php": "^8.1|^8.2",
3535
"ext-json": "*",
3636
"doctrine/dbal": "^3.8",
3737
"illuminate/support": "^8.49|^9.0|^10.0",

0 commit comments

Comments
 (0)