Skip to content

Commit e9350fa

Browse files
felixuref3l1x
authored andcommitted
CI: use PHP 8.4 for QA workflows
1 parent 1fcbd50 commit e9350fa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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,4 +15,4 @@ jobs:
1515
name: "Nette Tester"
1616
uses: contributte/.github/.github/workflows/nette-tester-coverage-v2.yml@master
1717
with:
18-
php: "8.2"
18+
php: "8.4"

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

0 commit comments

Comments
 (0)