diff --git a/.github/workflows/test-phpunit.yml b/.github/workflows/test-phpunit.yml index ba566ce5c9d1..59f285d2c747 100644 --- a/.github/workflows/test-phpunit.yml +++ b/.github/workflows/test-phpunit.yml @@ -60,8 +60,9 @@ jobs: - '8.2' - '8.3' include: - - php-version: '8.3' + - php-version: '8.4' composer-option: '--ignore-platform-req=php' + continue-on-error: true uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo with: @@ -100,8 +101,9 @@ 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' + continue-on-error: true uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo with: @@ -130,8 +132,9 @@ jobs: - '8.2' - '8.3' include: - - php-version: '8.3' + - php-version: '8.4' composer-option: '--ignore-platform-req=php' + continue-on-error: true uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo with: @@ -158,8 +161,9 @@ jobs: - '8.2' - '8.3' include: - - php-version: '8.3' + - php-version: '8.4' composer-option: '--ignore-platform-req=php' + continue-on-error: true uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo with: diff --git a/composer.json b/composer.json index 303f15bd1ce8..c778e029f5dc 100644 --- a/composer.json +++ b/composer.json @@ -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",