File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - name : Checkout code
1515 uses : actions/checkout@v4
16- with :
17- fetch-depth : 0
1816
1917 - name : Setup PHP
2018 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change @@ -12,13 +12,11 @@ jobs:
1212
1313 strategy :
1414 matrix :
15- php-versions : ['8.2', '8.3']
15+ php-versions : ['8.2', '8.3', '8.4' ]
1616
1717 steps :
1818 - name : Checkout code
1919 uses : actions/checkout@v4
20- with :
21- fetch-depth : 0
2220
2321 - name : Setup PHP
2422 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 66 "homepage" : " https://github.com/picqer/php-barcode-generator" ,
77 "license" : " LGPL-3.0-or-later" ,
88 "authors" : [
9- {
10- "name" : " Nicola Asuni" ,
11- "email" : " info@tecnick.com" ,
12- "homepage" : " http://nicolaasuni.tecnick.com"
13- },
149 {
1510 "name" : " Casper Bakker" ,
1611 "email" : " info@picqer.com" ,
1712 "homepage" : " https://picqer.com"
13+ },
14+ {
15+ "name" : " Nicola Asuni" ,
16+ "email" : " info@tecnick.com" ,
17+ "homepage" : " http://nicolaasuni.tecnick.com"
1818 }
1919 ],
2020 "require" : {
You can’t perform that action at this time.
0 commit comments