We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cab52dd + 9c4bcfe commit 3d67ce2Copy full SHA for 3d67ce2
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: true
15
matrix:
16
php: [8.1, 8.2, 8.3]
17
- laravel: [10, 11]
+ laravel: [10, 11, 12]
18
exclude:
19
- php: 8.1
20
laravel: 11
composer.json
@@ -25,8 +25,8 @@
25
},
26
"require-dev": {
27
"codeat3/blade-icon-generation-helpers": "^0.8.0",
28
- "orchestra/testbench": "^8.0|^9.0",
29
- "phpunit/phpunit": "^10.5|^11.0"
+ "orchestra/testbench": "^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^10.5|^11.0|^12.0"
30
31
"autoload": {
32
"psr-4": {
0 commit comments