Skip to content

Commit

Permalink
Add note about why one innovation version is tested.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Jan 7, 2025
1 parent da2d16d commit 47f146a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ jobs:
# Though innovation releases are deemed "production grade" and never receive LTS status, they include new features
# and updates that will be included in the next LTS version.
#
# Because upstream support for innovation releases gets dropped when a new one is released, only the most recent
# innovation version is tested.
#
test-innovation-releases:
name: PHP ${{ matrix.php }}
uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
Expand Down

0 comments on commit 47f146a

Please sign in to comment.