Skip to content

Commit 78727a3

Browse files
Use php 8.4 in workflows
1 parent 510b2a5 commit 78727a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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"
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"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- php-versions: "8.3"
1919
continue-on-error: false
2020
- php-versions: "8.4"
21-
composer-option: "--ignore-platform-reqs"
21+
composer-option: ""
2222
continue-on-error: true
2323
- php-versions: "8.5"
2424
composer-option: "--ignore-platform-reqs"

0 commit comments

Comments
 (0)