Skip to content

Commit 4533c63

Browse files
committed
CI: add PHP 8.5
1 parent fa0f0e1 commit 4533c63

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

.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/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
name: "Nette Tester"
1515
uses: contributte/.github/.github/workflows/nette-tester-coverage.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
test83:
1420
name: "Nette Tester"
1521
uses: contributte/.github/.github/workflows/nette-tester.yml@master

0 commit comments

Comments
 (0)