Skip to content

Commit c9ddf0d

Browse files
authored
Merge pull request #138 from phil-davis/update-action-versions-20250909
chore(ci): update github workflow actions to latest versions
2 parents 70525d5 + 2ad0fed commit c9ddf0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
code-analysis: 'yes'
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
- name: Setup PHP, with composer and extensions
3333
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
@@ -65,5 +65,5 @@ jobs:
6565
run: vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover clover.xml
6666

6767
- name: Code Coverage
68-
uses: codecov/codecov-action@v4
68+
uses: codecov/codecov-action@v5
6969
if: matrix.coverage != 'none'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
},
4848
"require-dev": {
49-
"friendsofphp/php-cs-fixer": "^3.64",
49+
"friendsofphp/php-cs-fixer": "^3.87",
5050
"phpstan/phpstan": "^1.12",
5151
"phpstan/phpstan-phpunit": "^1.4",
5252
"phpstan/phpstan-strict-rules": "^1.6",

0 commit comments

Comments
 (0)