Skip to content

Commit dd3a797

Browse files
authored
Merge pull request php-vcr#399 from ecourtial/tech-add-php-8-3-support
(tech) add PHP 8.3 support
2 parents 94289a6 + fe4ecde commit dd3a797

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/continuous integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
- "8.0"
9191
- "8.1"
9292
- "8.2"
93+
- "8.3"
9394
dependencies:
9495
- "lowest"
9596
- "highest"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8,<8.2|>=8.2.9,<8.3",
19+
"php": "^8,<8.2|>=8.2.9,<8.4",
2020
"ext-curl": "*",
2121
"beberlei/assert": "^3.2.5",
2222
"symfony/yaml": "^3|^4|^5|^6",

0 commit comments

Comments
 (0)