Skip to content

Commit ee6fa79

Browse files
committed
re-enabling php 8.2
1 parent d44878c commit ee6fa79

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [8.3, 8.4, 8.5]
12+
php: [8.2, 8.3, 8.4, 8.5]
1313

1414
name: P${{ matrix.php }} - ${{ matrix.os }}
1515

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.3|^8.4|^8.5",
21+
"php": "^8.2|^8.3|^8.4|^8.5",
2222
"swaggest/json-schema": "^0.12.42",
2323
"symfony/http-client-contracts": "^3.4.4",
2424
"symfony/yaml": "^6.4|^7.1|^8.0"
@@ -57,7 +57,7 @@
5757
],
5858
"test": "vendor/bin/phpunit --exclude-group url",
5959
"test-with-url": "vendor/bin/phpunit",
60-
"test-coverage": "vendor/bin/pest --coverage",
60+
"test-coverage": "vendor/bin/phpunit --coverage",
6161
"phpstan": "vendor/bin/phpstan",
6262
"format": "vendor/bin/pint",
6363
"rector": "vendor/bin/rector"

0 commit comments

Comments
 (0)