Skip to content

Commit da4c761

Browse files
committed
ci: rename
1 parent 53fe072 commit da4c761

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PHP Composer
1+
name: build
22

33
on:
44
push:
@@ -17,10 +17,10 @@ jobs:
1717
strategy:
1818
matrix:
1919
php_version: ['8.0', '8.1']
20-
20+
2121
steps:
2222
- uses: actions/checkout@v3
23-
23+
2424
- name: Setup PHP with PECL extension
2525
uses: shivammathur/setup-php@v2
2626
with:
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Install dependencies
3939
run: composer install --prefer-dist --no-progress
40-
40+
4141
- name: PHPStan
4242
run: vendor/bin/phpstan analyze
4343

0 commit comments

Comments
 (0)