diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eac30a84..734a4015 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,17 +18,8 @@ jobs: php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] dependencies: [ 'lowest', 'highest' ] exclude: - - php: '8.1' - dependencies: 'lowest' - - php: '8.2' - dependencies: 'lowest' - - php: '8.3' - dependencies: 'lowest' - php: '8.4' dependencies: 'lowest' - include: - - php: '8.2' - composer-options: "--ignore-platform-req=php+" name: PHP ${{ matrix.php }} on ${{ matrix.operating-system }} with ${{ matrix.dependencies }} dependencies