Skip to content

Fix Weathermap integration dependencies - #239

Merged
somethingwithproof merged 1 commit into
Cacti:developfrom
somethingwithproof:ci/fix-integration-dependencies
Aug 28, 2026
Merged

Fix Weathermap integration dependencies#239
somethingwithproof merged 1 commit into
Cacti:developfrom
somethingwithproof:ci/fix-integration-dependencies

Conversation

@somethingwithproof

Copy link
Copy Markdown
Member

Summary

  • remove unavailable Ubuntu-versioned Apache PHP packages from the integration matrix

The PHP runtime is supplied by setup-php; the integration suite does not require a versioned Apache module.

Validation

  • git diff --check
  • workflow YAML parsed successfully

Kept separate from #238 so the PHP 8 number-formatting fix remains focused.

Copilot AI review requested due to automatic review settings July 14, 2026 06:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions integration workflow to avoid installing Ubuntu-provided, PHP-versioned Apache modules that are not required for this plugin’s integration suite (PHP is provided by shivammathur/setup-php).

Changes:

  • Removed libapache2-mod-php${{ matrix.php }} from the apt dependency install step to prevent matrix failures due to unavailable versioned packages.

@somethingwithproof
somethingwithproof merged commit 68eaf8a into Cacti:develop Aug 28, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants