Skip to content

Commit 388fed8

Browse files
authored
Merge pull request #9137 from kenjis/add-php84-GA-phpunit-4.6
[4.6] chore: add PHP 8.4 to test-phpunit.yml
2 parents f5102cb + 312ffa0 commit 388fed8

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/reusable-phpunit-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ jobs:
203203
DB: ${{ inputs.db-platform }}
204204
TACHYCARDIA_MONITOR_GA: ${{ inputs.enable-profiling && 'enabled' || '' }}
205205
TERM: xterm-256color
206+
continue-on-error: ${{ inputs.php-version == '8.4' }}
206207

207208
- name: Upload coverage results as artifact
208209
if: ${{ inputs.enable-artifact-upload }}

.github/workflows/test-phpunit.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- '8.2'
6161
- '8.3'
6262
include:
63-
- php-version: '8.3'
63+
- php-version: '8.4'
6464
composer-option: '--ignore-platform-req=php'
6565

6666
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
@@ -100,7 +100,7 @@ jobs:
100100
- php-version: '8.1'
101101
db-platform: MySQLi
102102
mysql-version: '5.7'
103-
- php-version: '8.3'
103+
- php-version: '8.4'
104104
composer-option: '--ignore-platform-req=php'
105105

106106
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
@@ -130,7 +130,7 @@ jobs:
130130
- '8.2'
131131
- '8.3'
132132
include:
133-
- php-version: '8.3'
133+
- php-version: '8.4'
134134
composer-option: '--ignore-platform-req=php'
135135

136136
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
@@ -158,7 +158,7 @@ jobs:
158158
- '8.2'
159159
- '8.3'
160160
include:
161-
- php-version: '8.3'
161+
- php-version: '8.4'
162162
composer-option: '--ignore-platform-req=php'
163163

164164
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"CodeIgniter\\ComposerScripts::postUpdate"
8989
],
9090
"post-autoload-dump": [
91-
"@composer update --working-dir=utils"
91+
"@composer update --working-dir=utils --ignore-platform-req=php"
9292
],
9393
"analyze": [
9494
"Composer\\Config::disableProcessTimeout",

0 commit comments

Comments
 (0)