File tree Expand file tree Collapse file tree 2 files changed +19
-13
lines changed Expand file tree Collapse file tree 2 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 1- name : " Run Tests"
1+ name : Run Tests
22
3- on : [push, pull_request]
3+ on :
4+ - push
5+ - pull_request
46
57jobs :
68 test :
7-
89 runs-on : ubuntu-latest
10+
911 strategy :
1012 fail-fast : true
1113 matrix :
12- php : [8.1]
13- laravel : [10.*]
14+ php : [8.1, '8.2' ]
15+ laravel : [' 10.*', '11.*' ]
1416 dependency-version : [prefer-stable]
1517 include :
1618 - laravel : 10.*
1719 testbench : 8.*
20+ - laravel : 11.*
21+ testbench : 9.*
22+ exclude :
23+ - laravel : 11.*
24+ php : 8.1
1825
1926 name : PHP ${{ matrix.php }} - LARAVEL ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2027
2128 steps :
22-
2329 - name : Checkout Code
2430 uses : actions/checkout@v3
2531
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " ^8.1" ,
20- "illuminate/support" : " ^10.0"
20+ "illuminate/support" : " ^10.0|^11.0 "
2121 },
2222 "require-dev" : {
2323 "doctrine/dbal" : " ^3.3" ,
24- "nunomaduro/collision" : " ^6.0" ,
25- "orchestra/testbench" : " ^8.0.0" ,
26- "pestphp/pest" : " ^1.21.1" ,
27- "pestphp/pest-plugin-laravel" : " ^1.4" ,
28- "phpunit/phpunit" : " ^9.3" ,
29- "vimeo/psalm" : " ^4.4"
24+ "nunomaduro/collision" : " ^6.0|^8.0 " ,
25+ "orchestra/testbench" : " ^8.0.0|^9.0 " ,
26+ "pestphp/pest" : " ^1.21.1|^2.34 " ,
27+ "pestphp/pest-plugin-laravel" : " ^1.4|^2.3 " ,
28+ "phpunit/phpunit" : " ^9.3|^10.5 " ,
29+ "vimeo/psalm" : " ^4.4|^5.22 "
3030 },
3131 "autoload" : {
3232 "psr-4" : {
You can’t perform that action at this time.
0 commit comments