Skip to content

Commit ad89689

Browse files
committed
Composer: enabled PHP 8.5 (closes #106)
1 parent 0022f60 commit ad89689

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
tests:
1414
uses: janpecha/actions/.github/workflows/nette-tester-library.yml@master
1515
with:
16-
phpVersions: '["8.0", "8.1", "8.2", "8.3", "8.4"]'
16+
phpVersions: '["8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]'
1717
lowestDependencies: true
1818

1919
coding-style:
@@ -22,4 +22,4 @@ jobs:
2222
static-analysis:
2323
uses: janpecha/actions/.github/workflows/phpstan.yml@master
2424
with:
25-
phpVersions: '["8.0", "8.1", "8.2", "8.3", "8.4"]'
25+
phpVersions: '["8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{"type": "other", "url": "https://www.janpecha.cz/donate/git-php/"}
1818
],
1919
"require": {
20-
"php": "8.0 - 8.4"
20+
"php": "8.0 - 8.5"
2121
},
2222
"autoload": {
2323
"classmap": ["src/"]

0 commit comments

Comments
 (0)