Skip to content

Commit 453afd0

Browse files
Crelljrfnl
andauthored
Assorted fixes
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com>
1 parent 246de5b commit 453afd0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
/tests export-ignore
1111
/docs export-ignore
1212
/phpstan.neon export-ignore
13+
/.github export-ignore

.github/workflows/quality-assurance.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
phpunit:
10-
name: PHPUnit tests on ${{ matrix.php }} ${{ matrix.composer-flags }}
10+
name: PHPUnit tests on ${{ matrix.php }}
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
@@ -19,14 +19,13 @@ jobs:
1919
php-version: ${{ matrix.php }}
2020
coverage: xdebug
2121
- run: composer install --no-progress
22-
- run: vendor/bin/phpunit ${{ matrix.phpunit-flags }}
22+
- run: vendor/bin/phpunit
2323
phpstan:
2424
name: PHPStan checks on ${{ matrix.php }}
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
2828
php: [ '8.4' ]
29-
composer-flags: [ '' ]
3029
steps:
3130
- uses: actions/checkout@v2
3231
- uses: shivammathur/setup-php@v2
@@ -46,5 +45,6 @@ jobs:
4645
- uses: shivammathur/setup-php@v2
4746
with:
4847
php-version: ${{ matrix.php }}
48+
coverage: none
4949
- run: composer install --no-progress
5050
- run: composer cs

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you believe you've found a security issue in software that is maintained in t
88

99
| Version | In scope | Source code |
1010
| ------- | -------- |-------------------------------------------|
11-
| latest || https://github.com/php-fig/per-attributes |
11+
| latest | | https://github.com/php-fig/per-attributes |
1212

1313
Only the latest stable release of this library is supported. In general, bug and security fixes will not be backported unless there is a substantial imminent threat to users in not doing so.
1414

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
},
66
"require-dev": {
77
"friendsofphp/php-cs-fixer": "^v3.87.1",
8-
"php-cs-fixer/shim": "^3.85",
98
"phpstan/phpstan": "^2.1.11",
109
"phpunit/phpunit": "^11.1.0"
1110
},

0 commit comments

Comments
 (0)