Skip to content

Commit

Permalink
Remove lowest PHP 7.4 test due to PHPUnit Bridge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MisatoTremor committed Feb 28, 2024
1 parent e895a2c commit edb17cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ jobs:
- "stable"
symfony-deprecations-helper:
- ""
include:
exclude:
# Tests the lowest set of dependencies
- php-version: "7.4"
dependencies: "lowest"
symfony-deprecations-helper: "weak"

include:
# Test against the highest set of dependencies
- php-version: "8.3"
dependencies: "highest"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CHANGELOG
1.1.x
-----

* Remove lowest PHP 7.4 test due to PHPUnit Bridge issue
* Re-add old Symfony LTS version
* Update Symfony requirements to supported versions
* Remove unused workflow options
Expand Down

0 comments on commit edb17cc

Please sign in to comment.