Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit e9b3d49

Browse files
author
Max Matteo Staack
committed
bump to php 8
1 parent 0f6c8da commit e9b3d49

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.1, 8.0, 7.4]
12-
laravel: [8.*, 7.*]
11+
php: [8.1, 8.0]
12+
laravel: [8.*]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
include:
1515
- laravel: 8.*
1616
testbench: 6.*
17-
- laravel: 7.*
18-
testbench: 5.*
1917

2018
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2119

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^7.4 || ^8.0",
26+
"php": "^8.0",
2727
"ext-json": "*",
2828
"astrotomic/laravel-guzzle": "^2.1",
29-
"illuminate/cache": "^7.0 || ^8.0 || ^9.0",
30-
"illuminate/support": "^7.0 || ^8.0 || ^9.0"
29+
"illuminate/cache": "^8.0 || ^9.0",
30+
"illuminate/support": "^8.0 || ^9.0"
3131
},
3232
"require-dev": {
3333
"roave/security-advisories": "dev-latest",
34-
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0",
34+
"orchestra/testbench": "^6.0 || ^7.0",
3535
"phpunit/phpunit": "^9.3"
3636
},
3737
"config": {

0 commit comments

Comments
 (0)