Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Commit 951e0e3

Browse files
committed
CI: add PHP 8.5
1 parent 870abf5 commit 951e0e3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/codesniffer.yml

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

.github/workflows/phpstan.yml

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

.github/workflows/tests.yml

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

1212
jobs:
13+
php85:
14+
name: "Nette Tester"
15+
uses: contributte/.github/.github/workflows/nette-tester.yml@master
16+
with:
17+
php: "8.5"
18+
1319
php82:
1420
name: "Nette Tester"
1521
uses: contributte/.github/.github/workflows/nette-tester.yml@master

0 commit comments

Comments
 (0)