Skip to content

Commit

Permalink
Updates in Github Actions definitions
Browse files Browse the repository at this point in the history
casperbakker committed Sep 21, 2024

Verified

This commit was signed with the committer’s verified signature.
casperbakker Casper Bakker
1 parent 9599fe8 commit fb4480b
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
@@ -13,8 +13,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup PHP
uses: shivammathur/setup-php@v2
4 changes: 1 addition & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
@@ -12,13 +12,11 @@ jobs:

strategy:
matrix:
php-versions: ['8.2', '8.3']
php-versions: ['8.2', '8.3', '8.4']

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup PHP
uses: shivammathur/setup-php@v2
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -6,15 +6,15 @@
"homepage": "https://github.com/picqer/php-barcode-generator",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Nicola Asuni",
"email": "[email protected]",
"homepage": "http://nicolaasuni.tecnick.com"
},
{
"name": "Casper Bakker",
"email": "[email protected]",
"homepage": "https://picqer.com"
},
{
"name": "Nicola Asuni",
"email": "[email protected]",
"homepage": "http://nicolaasuni.tecnick.com"
}
],
"require": {

0 comments on commit fb4480b

Please sign in to comment.