File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed
Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 2525 - name : Setup PHP
2626 uses : shivammathur/setup-php@v2
2727 with :
28- php-version : 8.1
28+ php-version : 8.2
2929
3030 - name : Install dependencies
3131 run : composer install
Original file line number Diff line number Diff line change 1515
1616 strategy :
1717 matrix :
18- php-versions : ['8.1', '8. 2', '8.3']
18+ php-versions : ['8.2', '8.3']
1919
2020 steps :
2121 - name : Checkout code
8181 - name : Setup PHP
8282 uses : shivammathur/setup-php@v2
8383 with :
84- php-version : 8.1
84+ php-version : 8.2
8585
8686 - name : Install dependencies
8787 run : composer install
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ destination repository.
8888``` shell
8989composer require drevops/git-artifact
9090```
91+ or download the latest release from the [ GitHub releases page] ( https://github.com/drevops/git-artifact/releases/latest ) .
9192
9293## Usage
9394``` shell
Original file line number Diff line number Diff line change 1515 "source" : " https://github.com/drevops/git-artifact"
1616 },
1717 "require" : {
18- "php" : " >=8.1" ,
19- "monolog/monolog" : " ^3.5" ,
20- "symfony/console" : " ^6" ,
21- "symfony/filesystem" : " ^6" ,
22- "symfony/finder" : " ^6" ,
18+ "php" : " >=8.2" ,
2319 "czproject/git-php" : " ^4.2" ,
24- "symfony/process" : " ^6" ,
25- "symfony/monolog-bridge" : " ^6"
20+ "monolog/monolog" : " ^3.5" ,
21+ "symfony/console" : " ^7" ,
22+ "symfony/filesystem" : " ^7" ,
23+ "symfony/finder" : " ^7" ,
24+ "symfony/monolog-bridge" : " ^7" ,
25+ "symfony/process" : " ^7"
2626 },
2727 "require-dev" : {
2828 "bamarni/composer-bin-plugin" : " ^1.8" ,
You can’t perform that action at this time.
0 commit comments