Skip to content

Commit

Permalink
Run CI tools with php 8.4 (#1805)
Browse files Browse the repository at this point in the history
Run CI with php 8.4
  • Loading branch information
jderusse authored Nov 22, 2024
1 parent acb42d0 commit 453d240
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.4
coverage: none
tools: composer-normalize

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.4
coverage: none

- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/watch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.4
coverage: none

- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.4

- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 453d240

Please sign in to comment.