Skip to content

Commit a220c48

Browse files
committed
CI: add PHP 8.5
1 parent 70a85b4 commit a220c48

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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.2"
18+
php: "8.4"

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
name: "Nette Tester"
1616
uses: contributte/.github/.github/workflows/nette-tester-coverage.yml@v1
1717
with:
18-
php: "8.2"
18+
php: "8.4"
1919
make: "init coverage"

.github/workflows/phpstan.yml

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

.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 8 * * 1"
1212

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

0 commit comments

Comments
 (0)