Skip to content

Commit d86fb5b

Browse files
Use PHP 8.4 to GitHub workflows
1 parent 3ee933c commit d86fb5b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
composer-option: ""
2020
continue-on-error: false
2121
- php-versions: "8.4"
22-
composer-option: "--ignore-platform-reqs"
23-
continue-on-error: true
22+
composer-option: ""
23+
continue-on-error: false
2424
- php-versions: "8.5"
2525
composer-option: "--ignore-platform-reqs"
2626
continue-on-error: true

0 commit comments

Comments
 (0)