Skip to content

Commit

Permalink
Merge pull request #1013 from cakephp/php-8.4
Browse files Browse the repository at this point in the history
Run testsuite on PHP 8.4
  • Loading branch information
othercorey committed Aug 30, 2024
2 parents e9b3cbf + ab30a76 commit b42cd0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
include:
- php-version: '8.1'
dependencies: 'lowest'
- php-version: '8.4'
dependencies: 'highest'
composer-options: '--ignore-platform-req=php'

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -64,7 +67,7 @@ jobs:
php-version: '8.1'
extensions: mbstring, intl
coverage: none
tools: cs2pr, phpstan:1.10
tools: cs2pr, phpstan:1.12

- name: Composer install
uses: ramsey/composer-install@v3
Expand Down

0 comments on commit b42cd0c

Please sign in to comment.