Skip to content

Commit dd6c50e

Browse files
authored
Add support for PHP 8.2 (#9)
1 parent 9b0764f commit dd6c50e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [ 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1 ]
12+
php: [ 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2 ]
1313
dependency-version: [ prefer-stable ]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"php": "^7.0|^8.0"
2222
},
2323
"require-dev": {
24-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
2524
"mockery/mockery": "^1.3.3",
2625
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0"
2726
},
@@ -48,10 +47,7 @@
4847
"config": {
4948
"preferred-install": "dist",
5049
"sort-packages": true,
51-
"optimize-autoloader": true,
52-
"allow-plugins": {
53-
"kylekatarnls/update-helper": true
54-
}
50+
"optimize-autoloader": true
5551
},
5652
"minimum-stability": "stable",
5753
"prefer-stable": true

0 commit comments

Comments
 (0)