Skip to content

Fix CI: Node.js 20 deprecation + PHP version consistency#67

Merged
7underlines merged 4 commits intoWerkstattl:mainfrom
werkli:fix/ci-nodejs-deprecation
Mar 18, 2026
Merged

Fix CI: Node.js 20 deprecation + PHP version consistency#67
7underlines merged 4 commits intoWerkstattl:mainfrom
werkli:fix/ci-nodejs-deprecation

Conversation

@werkli
Copy link
Contributor

@werkli werkli commented Mar 17, 2026

Problem

  1. Node.js 20 deprecated: GitHub Actions are running on Node.js 20 which will be forced to Node.js 24 on June 2nd, 2026
  2. PHP version inconsistency: pr.yml used PHP 8.2 while ci.yml and ci_pipe.yml used PHP 8.3

Solution

  1. Added FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true to all workflow files
  2. Unified PHP version to 8.3 in pr.yml

This ensures compatibility with GitHub Actions' upcoming Node.js 24 requirement.

@7underlines 7underlines merged commit df0700e into Werkstattl:main Mar 18, 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

2 participants