Unit/System Tests PR-5.4-dev Pending

User tests: Successful: Unsuccessful:

avatar richard67
richard67
14 Mar 2026

Pull Request resolves # .

  • I read the Generative AI policy and my contribution is either not created with the help of AI or is compatible with the policy and GNU/GPL 2 or later.

Summary of Changes

This is just another attempt to fix the Joomla major.minor version not being reported in the nightly build notification after PR #47274 and the later commit 0630041 .

Drone seems to be tricky regarding expansion of environment variables, so this PR here replaces the "MINORVERSION" environment variable by directly using the "DRONE_BRANCH" variable with string operations described here: https://0-8-0.docs.drone.io/substitution/

Testing Instructions

Can not be easily tested without merging into 5.4-dev.

Actual result BEFORE applying this Pull Request

The Joomla major.minor version is not reported in the nightly build notifications, and the logs of the nightly_build steps in Drone don't show the value of the "MINORVERSION" environment variable.

Expected result AFTER applying this Pull Request

Hopefully it works now.

Link to documentations

Please select:

  • Documentation link for guide.joomla.org:

  • No documentation changes for guide.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar richard67 richard67 - open - 14 Mar 2026
avatar richard67 richard67 - change - 14 Mar 2026
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 14 Mar 2026
Category Unit Tests
avatar richard67
richard67 - comment - 14 Mar 2026

Wait, I have to sign the .drone.yml.
Done.

avatar richard67 richard67 - change - 14 Mar 2026
Labels Added: Unit/System Tests PR-5.4-dev
avatar richard67 richard67 - change - 14 Mar 2026
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2026-03-14 13:14:10
Closed_By richard67
avatar richard67 richard67 - close - 14 Mar 2026
avatar richard67 richard67 - merge - 14 Mar 2026
avatar richard67
richard67 - comment - 14 Mar 2026

It seems to work, the logs now show "5.4" wherever "$MINORVERSION" was shown before.

Add a Comment

Login with GitHub to post a comment