File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed
Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1818
1919 - uses : actions/checkout@v4
2020
21+ - name : Setup PHP
22+ uses : shivammathur/setup-php@v2
23+ with :
24+ php-version : ' 8.2'
25+ coverage : none
26+ tools : composer
27+
2128 - name : Validate composer.json and composer.lock
2229 run : composer validate
2330
Original file line number Diff line number Diff line change 1414 - name : Checkout
1515 uses : actions/checkout@v4
1616
17+ - name : Setup PHP
18+ uses : shivammathur/setup-php@v2
19+ with :
20+ php-version : ' 8.2'
21+ coverage : none
22+ tools : composer
23+
1724 - name : Set Package Name
1825 id : package
1926 env :
Original file line number Diff line number Diff line change 1414 - name : Checkout
1515 uses : actions/checkout@v4
1616
17+ - name : Setup PHP
18+ uses : shivammathur/setup-php@v2
19+ with :
20+ php-version : ' 8.2'
21+ coverage : none
22+ tools : composer
23+
1724 - name : Set Package Name
1825 id : package
1926 env :
Original file line number Diff line number Diff line change 1515 - name : Checkout
1616 uses : actions/checkout@v4
1717
18+ - name : Setup PHP
19+ uses : shivammathur/setup-php@v2
20+ with :
21+ php-version : ' 8.2'
22+ coverage : none
23+ tools : composer
24+
1825 - name : Set Package Name
1926 id : package
2027 env :
You can’t perform that action at this time.
0 commit comments