We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27ac77 commit db4559fCopy full SHA for db4559f
2 files changed
.github/workflows/tests.yml
@@ -5,7 +5,7 @@ jobs:
5
tests:
6
strategy:
7
matrix:
8
- php-versions: [ '8.2', '8.3', '8.4' ]
+ php-versions: [ '8.3', '8.4' ]
9
10
runs-on: ubuntu-latest
11
composer.json
@@ -30,9 +30,9 @@
30
}
31
},
32
"require": {
33
- "php": "~8.2 || ~8.3 || ~8.4",
+ "php": "~8.3 || ~8.4",
34
"ext-pdo": "*",
35
- "phpunit/phpunit": "^12.2 || 11.5"
+ "phpunit/phpunit": "^12.2"
36
37
"require-dev": {
38
"slevomat/coding-standard": "^8.19",
0 commit comments