Browse Source

Don't ignore platform requirements for PHP 8.4.

All our dependencies should be PHP 8.4 compatible now.
ADmad 1 year ago
parent
commit
7c6a0b098d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .github/workflows/ci.yml

+ 0 - 2
.github/workflows/ci.yml

@@ -101,8 +101,6 @@ jobs:
       run: |
         if ${{ matrix.prefer-lowest == 'prefer-lowest' }}; then
           composer update --prefer-lowest --prefer-stable
-        elif ${{ matrix.php-version == '8.4' }}; then
-          composer update --ignore-platform-req=php
         else
           composer update
         fi