File tree Expand file tree Collapse file tree 5 files changed +1514
-1431
lines changed
Expand file tree Collapse file tree 5 files changed +1514
-1431
lines changed Original file line number Diff line number Diff line change 1515
1616 strategy :
1717 matrix :
18- php-versions : ['8.2', '8.3']
18+ php-versions : ['8.2', '8.3', '8.4' ]
1919
2020 steps :
2121 - name : Checkout code
Original file line number Diff line number Diff line change 1- FROM serversideup/php:8.3 -fpm-nginx-alpine
1+ FROM serversideup/php:8.4 -fpm-nginx-alpine
22
33ENV PHP_OPCACHE_ENABLE=1
44
Original file line number Diff line number Diff line change 1- FROM serversideup/php:8.3 -fpm-nginx-alpine
1+ FROM serversideup/php:8.4 -fpm-nginx-alpine
22
33ENV PHP_OPCACHE_ENABLE=1
44ENV NGINX_WEBROOT=/var/www/html/public
Original file line number Diff line number Diff line change 1111 "barryvdh/laravel-dompdf" : " ^3.0" ,
1212 "brick/money" : " ^0.8.0" ,
1313 "doctrine/dbal" : " ^3.6" ,
14- "druc/laravel-langscanner" : " ^2.2 " ,
14+ "druc/laravel-langscanner" : " dev-l12-compatibility " ,
1515 "ezyang/htmlpurifier" : " ^4.17" ,
1616 "guzzlehttp/guzzle" : " ^7.2" ,
17- "laravel/framework" : " ^11 .0" ,
17+ "laravel/framework" : " ^12 .0" ,
1818 "laravel/sanctum" : " ^4.0" ,
1919 "laravel/tinker" : " ^2.8" ,
2020 "laravel/vapor-core" : " ^2.37" ,
3535 "laravel/sail" : " ^1.22" ,
3636 "mockery/mockery" : " ^1.4.4" ,
3737 "nunomaduro/collision" : " ^8.1" ,
38- "phpunit/phpunit" : " ^10.1 " ,
38+ "phpunit/phpunit" : " ^11.0 " ,
3939 "spatie/laravel-ignition" : " ^2.0"
4040 },
4141 "autoload" : {
8080 }
8181 },
8282 "minimum-stability" : " stable" ,
83- "prefer-stable" : true
83+ "prefer-stable" : true ,
84+ "repositories" : [
85+ {
86+ "type" : " vcs" ,
87+ "url" : " https://github.com/laravel-shift/laravel-langscanner.git"
88+ }
89+ ]
8490}
You can’t perform that action at this time.
0 commit comments