Skip to content

Commit b94034d

Browse files
Merge pull request #35 from TheDragonCode/andrey-helldar-patch-1
Added PHPUnit 11/12 support
2 parents 4666479 + 867df4b commit b94034d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ "8.0", "8.1" ]
12+
php: [ "8.0", "8.1", "8.2", "8.3", "8.4" ]
1313

1414
name: PHP ${{ matrix.php }}
1515

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dragon-code/support": "^6.11.2"
4141
},
4242
"require-dev": {
43-
"phpunit/phpunit": "^9.6 || ^10.2"
43+
"phpunit/phpunit": "^9.6 || ^10.0 || ^11.0 || ^12.0"
4444
},
4545
"suggest": {
4646
"symfony/thanks": "Give thanks (in the form of a GitHub) to your fellow PHP package maintainers"
@@ -67,4 +67,4 @@
6767
"preferred-install": "dist",
6868
"sort-packages": true
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)