Skip to content

Commit

Permalink
Upgrade workflows to PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
martijngastkemper committed Jan 23, 2025
1 parent 9cccbdf commit 99f6bf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.4
coverage: none

- name: Get composer cache directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.4
coverage: none

- name: Get composer cache directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, nightly]
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, nightly]
stability: [--prefer-lowest, --prefer-stable]

steps:
Expand Down

0 comments on commit 99f6bf4

Please sign in to comment.