Skip to content

Commit 7c55aeb

Browse files
committed
Enable Nette Tester for PHP 8.5
1 parent 3ac07f3 commit 7c55aeb

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

.github/workflows/codesniffer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
name: "Codesniffer"
1616
uses: contributte/.github/.github/workflows/codesniffer.yml@master
1717
with:
18-
php: "8.4"
18+
php: "8.5"

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: "Nette Tester"
1616
uses: contributte/.github/.github/workflows/nette-tester-mysql.yml@v1
1717
with:
18-
php: "8.4"
18+
php: "8.5"
1919
database: tests
2020
coverage: true
2121
make: coverage

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
name: "Phpstan"
1616
uses: contributte/.github/.github/workflows/phpstan.yml@master
1717
with:
18-
php: "8.4"
18+
php: "8.5"

.github/workflows/tests.yml

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

1313
jobs:
14+
test85:
15+
name: "Nette Tester"
16+
uses: contributte/.github/.github/workflows/nette-tester-mysql.yml@master
17+
with:
18+
php: "8.5"
19+
database: tests
20+
1421
test84:
1522
name: "Nette Tester"
1623
uses: contributte/.github/.github/workflows/nette-tester-mysql.yml@master

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ For details on how to use this package, check out our [documentation](.docs).
4747

4848
| State | Version | Branch | Nette | PHP |
4949
|--------|-----------|----------|--------|---------|
50-
| dev | `^7.1.x` | `master` | `3.2+` | `>=8.2` |
50+
| dev | `^7.2.x` | `master` | `3.2+` | `>=8.2` |
51+
| stable | `^7.1.0` | `master` | `3.2+` | `>=8.2` |
5152
| stable | `^7.0.0` | `master` | `3.2+` | `>=8.1` |
5253
| stable | `^6.10.0` | `master` | `3.0+` | `>=7.2` |
5354

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
"extra": {
7777
"branch-alias": {
78-
"dev-master": "7.1.x-dev"
78+
"dev-master": "7.2.x-dev"
7979
}
8080
}
8181
}

0 commit comments

Comments
 (0)