Skip to content

Commit d27aca7

Browse files
authored
Merge pull request #159 from sergiy-petrov/php-8.5
Add php 8.5 support (#1)
2 parents b2e769b + aaac694 commit d27aca7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- "8.2"
2020
- "8.3"
2121
- "8.4"
22+
- "8.5"
2223
operating-system:
2324
- "ubuntu-latest"
2425

.github/workflows/composer-json-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
dependencies:
1616
- "highest"
1717
php-version:
18-
- "8.2"
18+
- "8.4"
1919
operating-system:
2020
- "ubuntu-latest"
2121

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
13+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
1414
"doctrine/coding-standard": "^12.0.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)