There was an error while loading. Please reload this page.
1 parent d594b87 commit 45f3c42Copy full SHA for 45f3c42
2 files changed
.github/workflows/php-cs-fixer.yml
@@ -13,10 +13,10 @@ jobs:
13
name: PER-CS
14
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- uses: shivammathur/setup-php@v2
18
with:
19
- php-version: 8.3
+ php-version: 8.4
20
coverage: xdebug
21
tools: php-cs-fixer, cs2pr
22
- run: php-cs-fixer fix . --dry-run --rules=@PER-CS --format=checkstyle | cs2pr
.github/workflows/phpunit.yml
@@ -18,7 +18,7 @@ jobs:
name: PHP ${{ matrix.php }}
23
24
php-version: ${{ matrix.php }}
0 commit comments