Skip to content

Commit a17d1b9

Browse files
committed
fix: set minimum PHP 8.1
1 parent 9b262eb commit a17d1b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
php-versions: ['8.0','8.1', '8.2', '8.3']
21+
php-versions: ['8.1', '8.2', '8.3']
2222
actions:
2323
-
2424
name: 'Composer Validate'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"phpstan/extension-installer": "^1.3",
1212
"phpstan/phpstan": "^1.10.2",
1313
"phpstan/phpstan-strict-rules": "^1.5",
14-
"phpunit/phpunit": "^9.6 || ^10.5",
14+
"phpunit/phpunit": "^10.5",
1515
"codeigniter/phpstan-codeigniter": "^1.4",
1616
"symplify/rule-doc-generator": "^12.1",
1717
"codeigniter/coding-standard": "^1.7"

0 commit comments

Comments
 (0)