Skip to content

Commit 4ddda60

Browse files
committed
fix: PHPStan
1 parent 55c64be commit 4ddda60

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

Diff for: .github/workflows/phpstan.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: PHPStan
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- 1.x
7+
jobs:
8+
phpstan:
9+
uses: artemeon/.shared/.github/workflows/phpstan-php84-upwards.yml@main

Diff for: .github/workflows/psalm_unit_tests.yml renamed to .github/workflows/tests.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
- 1.x
78
jobs:
8-
phpstan:
9-
name: PHPStan
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: Checkout
13-
uses: actions/checkout@v4
14-
- name: Install PHP
15-
uses: shivammathur/setup-php@v2
16-
with:
17-
php-version: 8.1
18-
coverage: none
19-
- name: Composer install
20-
run: composer install --no-interaction --no-ansi --no-progress
21-
- name: Run PHPStan
22-
run: composer run phpstan
239
phpunit:
2410
name: PHPUnit
2511
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)