File tree Expand file tree Collapse file tree 5 files changed +2632
-3866
lines changed
Expand file tree Collapse file tree 5 files changed +2632
-3866
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 strategy :
1919 fail-fast : true
2020 matrix :
21- php-versions : ['7.4', '8.0']
21+ php-versions : ['7.4', '8.0', '8.1' ]
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v2.3.4
24+ uses : actions/checkout@v2.4.0
2525
2626 - name : Setup PHP with extensions and Composer v2
2727 uses : shivammathur/setup-php@v2
3737 run : echo "::set-output name=dir::$(composer config cache-files-dir)"
3838
3939 - name : Cache composer dependencies
40- uses : actions/cache@v2.1.3
40+ uses : actions/cache@v2.1.7
4141 with :
4242 path : ${{ steps.composer-cache.outputs.dir }}
4343 key : ${{ runner.os }}-${{ matrix.php-versions }}-composer-${{ hashFiles('composer.json') }}
Original file line number Diff line number Diff line change 1212 "require" : {
1313 "php" : " >=7.4.0" ,
1414 "ext-pdo" : " *" ,
15- "laravel/framework" : " ^8.60 " ,
16- "laravel/ui" : " ^3.3 "
15+ "laravel/framework" : " ^8.75 " ,
16+ "laravel/ui" : " ^3.4 "
1717 },
1818 "require-dev" : {
1919 "ext-fileinfo" : " *" ,
2020 "ext-json" : " *" ,
2121 "barryvdh/laravel-debugbar" : " ^3.6" ,
2222 "barryvdh/laravel-ide-helper" : " ^2.10" ,
2323 "codeception/codeception" : " ^4.1" ,
24- "codeception/module-asserts" : " ^1.3 " ,
25- "codeception/module-laravel" : " ^2.0 | *@dev" ,
26- "facade/ignition" : " ^2.12 " ,
27- "fakerphp/faker" : " ^1.16 " ,
28- "nunomaduro/collision" : " ^5.9 " ,
24+ "codeception/module-asserts" : " ^2.0 " ,
25+ "codeception/module-laravel" : " ^2.1 | *@dev" ,
26+ "facade/ignition" : " ^2.17 " ,
27+ "fakerphp/faker" : " ^1.17 " ,
28+ "nunomaduro/collision" : " ^5.10 " ,
2929 "phpunit/phpunit" : " ^9.5"
3030 },
3131 "config" : {
You can’t perform that action at this time.
0 commit comments