1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Test CI on 8.2

This commit is contained in:
orklah 2022-11-24 19:30:11 +01:00 committed by Bruce Weirdan
parent 0b1af26011
commit 74d37452ee
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest

View File

@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"ext-SimpleXML": "*",
"ext-ctype": "*",
"ext-dom": "*",