Skip to content

Commit d84fcc6

Browse files
committed
wip
1 parent ea66089 commit d84fcc6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
php:
16-
- 8.1
1716
- 8.2
1817
- 8.3
1918
- 8.4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MPL-2.0",
66

77
"require": {
8-
"php": "^8.1",
8+
"php": "^8.2",
99
"illuminate/support": "^11.0|^12.0"
1010
},
1111
"require-dev": {

phpunit.xml.dist

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" testdox="true" stopOnFailure="false" cacheDirectory=".phpunit.cache">
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4+
bootstrap="vendor/autoload.php"
5+
colors="true"
6+
testdox="true"
7+
stopOnFailure="false"
8+
cacheDirectory=".phpunit.cache"
9+
>
310
<testsuites>
411
<testsuite name="Package Test Suite">
512
<directory>tests</directory>

0 commit comments

Comments
 (0)