Skip to content

Commit 10f989c

Browse files
updated versions
1 parent 319f46d commit 10f989c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2
2525
with:
26-
php-version: '8.1'
26+
php-version: '8.2'
2727
coverage: xdebug
2828
extensions: mbstring, pdo, pdo_mysql
2929

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "library",
66
"license": "MIT",
77
"require": {
8-
"php": ">=8.1 < 8.4",
8+
"php": ">=8.2 < 8.4",
99
"nikic/php-parser": "^5.3",
1010
"phpunit/phpunit": "^11.0.1"
1111
},

0 commit comments

Comments
 (0)