We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319f46d commit 10f989cCopy full SHA for 10f989c
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup PHP
24
uses: shivammathur/setup-php@v2
25
with:
26
- php-version: '8.1'
+ php-version: '8.2'
27
coverage: xdebug
28
extensions: mbstring, pdo, pdo_mysql
29
composer.json
@@ -5,7 +5,7 @@
5
"type": "library",
6
"license": "MIT",
7
"require": {
8
- "php": ">=8.1 < 8.4",
+ "php": ">=8.2 < 8.4",
9
"nikic/php-parser": "^5.3",
10
"phpunit/phpunit": "^11.0.1"
11
},
0 commit comments