File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,20 +2,19 @@ name: build
22on :
33 push : ~
44 pull_request : ~
5- schedule :
6- - cron : 5 8 * * 3
5+ workflow_dispatch : ~
76jobs :
87 checks :
98 name : PHP ${{ matrix.php-versions }}
109 runs-on : ${{ matrix.operating-system }}
1110 strategy :
1211 fail-fast : false
1312 matrix :
14- operating-system : [ubuntu-latest]
15- php-versions : ['7.3 ', '7.4' ]
13+ operating-system : [ ubuntu-latest ]
14+ php-versions : [ '7.4 ', '8.0', '8.1' ]
1615 steps :
1716 - name : Checkout
18- uses : actions/checkout@v2.3.3
17+ uses : actions/checkout@v3
1918 - name : Setup PHP, with composer and extensions
2019 uses : shivammathur/setup-php@v2
2120 with :
Original file line number Diff line number Diff line change 11{
22 "name" : " setono/code-quality-pack" ,
3- "type" : " library" ,
43 "description" : " A pack that installs code quality tools." ,
54 "license" : " MIT" ,
5+ "type" : " library" ,
66 "require" : {
7- "ergebnis/composer-normalize" : " ^2.15" ,
8- "sylius-labs/coding-standard" : " ^4.1.1" ,
9- "vimeo/psalm" : " ^4.11.2"
10- },
11- "conflict" : {
12- "sylius-labs/coding-standard" : " 4.1.0" ,
13- "symfony/dependency-injection" : " ^4.4.19" ,
14- "symplify/easy-coding-standard" : " 9.3.27"
7+ "ergebnis/composer-normalize" : " ^2.27" ,
8+ "sylius-labs/coding-standard" : " ^4.2" ,
9+ "vimeo/psalm" : " ^4.23"
1510 },
1611 "config" : {
12+ "allow-plugins" : {
13+ "dealerdirect/phpcodesniffer-composer-installer" : false ,
14+ "ergebnis/composer-normalize" : true
15+ },
1716 "sort-packages" : true
1817 }
1918}
You can’t perform that action at this time.
0 commit comments