Skip to content

Commit 254caec

Browse files
authored
Run dev tools on PHP 8.1 (#651)
1 parent b124a1c commit 254caec

File tree

3 files changed

+24
-22
lines changed

3 files changed

+24
-22
lines changed

.dev-tools/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"php": "^8.0",
44
"ergebnis/composer-normalize": "^2.15.0",
55
"infection/infection": "^0.25.3",
6-
"kubawerlos/composer-smaller-lock": "^0.1.4",
6+
"kubawerlos/composer-smaller-lock": "^1.0.0",
77
"kubawerlos/php-cs-fixer-config": "^3.1.0",
88
"kubawerlos/types-checker": "^2.1.0",
9-
"maglnet/composer-require-checker": "^3.3.0",
9+
"maglnet/composer-require-checker": "^3.5.1",
1010
"mi-schi/phpmd-extension": "^4.3.0",
1111
"phpmd/phpmd": "^2.10.2",
1212
"phpstan/extension-installer": "^1.1.0",
@@ -15,7 +15,7 @@
1515
"phpstan/phpstan-strict-rules": "^0.12.11",
1616
"squizlabs/php_codesniffer": "^3.6.1",
1717
"symplify/phpstan-rules": "^9.4.70",
18-
"vimeo/psalm": "^4.11.2"
18+
"vimeo/psalm": "^4.12.0"
1919
},
2020
"autoload": {
2121
"psr-4": {

.dev-tools/composer.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ on:
77
jobs:
88
analyse:
99
runs-on: ubuntu-latest
10+
env:
11+
PHP_CS_FIXER_IGNORE_ENV: 1
1012
steps:
1113
- name: Checkout
1214
uses: actions/checkout@v2
1315

1416
- name: Setup PHP
1517
uses: shivammathur/setup-php@v2
1618
with:
17-
php-version: '8.0'
19+
php-version: '8.1'
1820
coverage: none
1921

2022
- name: Install dependencies

0 commit comments

Comments
 (0)