Skip to content

Commit 31ec1cf

Browse files
authored
Merge pull request #14 from mostafaznv/dev
Add Support For Laravel 12
2 parents 31579b1 + bb8d50a commit 31ec1cf

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.2, 8.3, 8.4]
13-
laravel: [10.*, 11.*]
13+
laravel: [10.*, 11.*, 12.*]
1414
coverage: [none]
1515
dependency-version: [prefer-stable]
1616
include:
1717
- laravel: 10.*
1818
testbench: 8.*
1919
- laravel: 11.*
2020
testbench: 9.*
21+
- laravel: 12.*
22+
testbench: 10.*
2123

2224
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
2325

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"symfony/process": "^6.2|^7.0"
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "^10.0",
35-
"orchestra/testbench": "^v8.19.0|^9.0",
34+
"phpunit/phpunit": "^10.0|^11.5.3",
35+
"orchestra/testbench": "^v8.19.0|^9.0|^10.0",
3636
"league/flysystem-aws-s3-v3": "^3.0",
37-
"pestphp/pest": "^2.0"
37+
"pestphp/pest": "^2.0|^3.7"
3838
},
3939
"autoload": {
4040
"psr-4": {

docs/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* [Standalone PHP](basic-usage/standalone-php.md)
1313
* [Laravel](basic-usage/laravel.md)
1414

15-
## ⚙ Advanced Usage
15+
## Advanced Usage
1616

1717
* [Ghostscript Binary Configuration](advanced-usage/ghostscript-binary-configuration.md)
1818
* [Timeout](advanced-usage/timeout.md)

0 commit comments

Comments
 (0)