Skip to content

Commit 45f3c42

Browse files
committed
chore: update PHP version and actions/checkout version in workflows
1 parent d594b87 commit 45f3c42

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/php-cs-fixer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
name: PER-CS
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: 8.3
19+
php-version: 8.4
2020
coverage: xdebug
2121
tools: php-cs-fixer, cs2pr
2222
- run: php-cs-fixer fix . --dry-run --rules=@PER-CS --format=checkstyle | cs2pr

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: PHP ${{ matrix.php }}
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- uses: shivammathur/setup-php@v2
2323
with:
2424
php-version: ${{ matrix.php }}

0 commit comments

Comments
 (0)