Skip to content

Commit

Permalink
Remove 8.4 lowest build exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Feb 9, 2024
1 parent 284e5ba commit a1adeba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +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.4'
dependencies: 'lowest'

name: PHP ${{ matrix.php }} on ${{ matrix.operating-system }} with ${{ matrix.dependencies }} dependencies

Expand Down

0 comments on commit a1adeba

Please sign in to comment.