Skip to content

Commit 7fa0311

Browse files
authored
Merge pull request #127 from patchlevel/update-bc-check
Set tools php version to 8.4, update bc check
2 parents 2737475 + cccfb70 commit 7fa0311

3 files changed

Lines changed: 225 additions & 185 deletions

File tree

.github/workflows/backward-compatibility-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
dependencies:
1717
- "locked"
1818
php-version:
19-
- "8.3"
19+
- "8.4"
2020
operating-system:
2121
- "ubuntu-latest"
2222

tools/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
4-
"roave/backward-compatibility-check": "^8.0.0"
3+
"php": "~8.4.0",
4+
"roave/backward-compatibility-check": "^8.15.0"
55
}
66
}

0 commit comments

Comments
 (0)