Skip to content

Conversation

@sweptsquash
Copy link
Contributor

This pull request updates both the CI workflow configuration and the Docker runtime environments to use more recent versions of key dependencies. The main changes include upgrading the actions/checkout GitHub Action and updates the default Node.js version used in the Dockerfiles for all PHP 8.x runtime images. The change ensures that each runtime now uses Node.js version 24 (Latest LTS https://nodejs.org/en/about/previous-releases) instead of version 22, keeping the environment up to date with the latest Node.js release.

CI Workflow Updates:

  • Upgraded actions/checkout from version 5 to version 6 in .github/workflows/shellcheck.yml and .github/workflows/tests.yml to ensure compatibility and benefit from the latest improvements. [1] [2]

Docker Runtime Environment Updates:

  • Updated the default NODE_VERSION from 22 to 24 in all runtime Dockerfiles (runtimes/8.0/Dockerfile, runtimes/8.1/Dockerfile, runtimes/8.2/Dockerfile, runtimes/8.3/Dockerfile, runtimes/8.4/Dockerfile) to provide newer Node.js features and security updates. [1] [2] [3] [4] [5]

@taylorotwell taylorotwell merged commit 3b47cce into laravel:1.x Nov 25, 2025
8 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.

2 participants