Skip to content

Commit 9b45bc3

Browse files
authored
Merge pull request #751 from michael-rubel/support/php83
PHP 8.3 build
2 parents 2ffdcbb + 3419976 commit 9b45bc3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
php-version:
4848
- "8.1"
4949
- "8.2"
50+
- "8.3"
5051
operating-system:
5152
- "ubuntu-latest"
5253

@@ -99,6 +100,7 @@ jobs:
99100
php-version:
100101
- "8.1"
101102
- "8.2"
103+
- "8.3"
102104
operating-system:
103105
- "ubuntu-latest"
104106

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "roave/backward-compatibility-check",
33
"description": "Tool to compare two revisions of a public API to check for BC breaks",
44
"require": {
5-
"php": "~8.1.0 || ~8.2.0",
5+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
66
"ext-json": "*",
77
"azjezz/psl": "^2.3.1",
88
"composer/composer": "^2.5.1",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)