Skip to content

Commit 2ad4f3f

Browse files
Use php 8.4 in workflows
1 parent 2e366f8 commit 2ad4f3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coding-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "Setup PHP Action"
1616
uses: "shivammathur/setup-php@v2"
1717
with:
18-
php-version: "8.3"
18+
php-version: "8.4"
1919
extensions: "intl, xdebug"
2020

2121
- name: "Install dependencies with Composer"

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "Setup PHP Action"
1616
uses: "shivammathur/setup-php@v2"
1717
with:
18-
php-version: "8.3"
18+
php-version: "8.4"
1919
extensions: "intl, xdebug"
2020

2121
- name: "Install dependencies with Composer"

0 commit comments

Comments
 (0)