Skip to content

Commit

Permalink
Merge pull request #9137 from kenjis/add-php84-GA-phpunit-4.6
Browse files Browse the repository at this point in the history
[4.6] chore: add PHP 8.4 to test-phpunit.yml
  • Loading branch information
kenjis authored Aug 29, 2024
2 parents f5102cb + 312ffa0 commit 388fed8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-phpunit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jobs:
DB: ${{ inputs.db-platform }}
TACHYCARDIA_MONITOR_GA: ${{ inputs.enable-profiling && 'enabled' || '' }}
TERM: xterm-256color
continue-on-error: ${{ inputs.php-version == '8.4' }}

- name: Upload coverage results as artifact
if: ${{ inputs.enable-artifact-upload }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- '8.2'
- '8.3'
include:
- php-version: '8.3'
- php-version: '8.4'
composer-option: '--ignore-platform-req=php'

uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- php-version: '8.1'
db-platform: MySQLi
mysql-version: '5.7'
- php-version: '8.3'
- php-version: '8.4'
composer-option: '--ignore-platform-req=php'

uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- '8.2'
- '8.3'
include:
- php-version: '8.3'
- php-version: '8.4'
composer-option: '--ignore-platform-req=php'

uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- '8.2'
- '8.3'
include:
- php-version: '8.3'
- php-version: '8.4'
composer-option: '--ignore-platform-req=php'

uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"CodeIgniter\\ComposerScripts::postUpdate"
],
"post-autoload-dump": [
"@composer update --working-dir=utils"
"@composer update --working-dir=utils --ignore-platform-req=php"
],
"analyze": [
"Composer\\Config::disableProcessTimeout",
Expand Down

0 comments on commit 388fed8

Please sign in to comment.