Skip to content

Fix Weathermap integration dependencies#239

Open
somethingwithproof wants to merge 1 commit into
Cacti:developfrom
somethingwithproof:ci/fix-integration-dependencies
Open

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

Conversation

@somethingwithproof

Copy link
Copy Markdown
Contributor

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.

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.

2 participants