Skip to content

Commit

Permalink
Remove (most) build exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Oct 2, 2024
1 parent a8d8e6d commit 3f9e00f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ jobs:
operating-system: [ ubuntu-latest ]
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

Expand Down

0 comments on commit 3f9e00f

Please sign in to comment.