Skip to content

Commit 3095bd8

Browse files
committed
Add PHP 8.5 to test matrix, simplify nette/application constraint
- Add PHP 8.5 to tests.yml workflow matrix - Remove conflict section from composer.json - Simplify nette/application to ^3.1.14 only
1 parent c188686 commit 3095bd8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ on:
1111
- cron: "0 10 * * 1"
1212

1313
jobs:
14+
test85:
15+
name: "Nette Tester"
16+
uses: contributte/.github/.github/workflows/nette-tester.yml@master
17+
with:
18+
php: "8.5"
19+
1420
test84:
1521
name: "Nette Tester"
1622
uses: contributte/.github/.github/workflows/nette-tester.yml@master

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": ">=8.2",
2323
"latte/latte": "^3.0.12",
24-
"nette/application": "^3.1.14 || ^3.2.0",
24+
"nette/application": "^3.1.14",
2525
"nette/di": "^3.1.8",
2626
"nette/http": "^3.2.3",
2727
"nette/utils": "^4.0.3"
@@ -42,9 +42,6 @@
4242
"Tests\\": "tests"
4343
}
4444
},
45-
"conflict": {
46-
"nette/application": "<3.2.5"
47-
},
4845
"minimum-stability": "dev",
4946
"prefer-stable": true,
5047
"config": {

0 commit comments

Comments
 (0)