Skip to content

Commit fb4480b

Browse files
committed
Updates in Github Actions definitions
1 parent 9599fe8 commit fb4480b

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.github/workflows/phpstan.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
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

.github/workflows/phpunit.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
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": {

0 commit comments

Comments
 (0)