Update PHP and Node.js versions in release workflow

This commit is contained in:
Boy132
2026-05-04 13:41:19 +02:00
committed by GitHub
parent 725082020f
commit 9a0d95b1c0

View File

@@ -19,7 +19,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
php-version: "8.5"
extensions: bcmath, curl, gd, mbstring, mysql, openssl, pdo, tokenizer, xml, zip
tools: composer:v2
coverage: none
@@ -30,7 +30,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "yarn"
- name: Install JS dependencies