Skip to content

Commit c6e7735

Browse files
committed
chore(.github): updates GitHub Actions and Node.js version
Updates Node.js version to 24.x in GitHub Actions workflow. Updates PHP versions to include 8.0, 8.1, 8.2, 8.3, and 8.4 in php-quality workflow. Updates Node.js version in volta configuration to 24.12.0.
1 parent 39f49b2 commit c6e7735

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [18.x]
19+
node-version: [24.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2

.github/workflows/php-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php-versions: [ 7.4' ]
11+
php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
1212
name: PHP ${{ matrix.php-versions }} Test
1313
steps:
1414
- name: Checkout
@@ -32,4 +32,4 @@ jobs:
3232
- name: Check psalm
3333
run: |
3434
mkdir -p dist
35-
composer psalm
35+
composer psalm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"webpackbar": "^5.0.0-3"
7171
},
7272
"volta": {
73-
"node": "22.13.1",
73+
"node": "24.12.0",
7474
"yarn": "4.5.0"
7575
},
7676
"packageManager": "yarn@4.5.0"

0 commit comments

Comments
 (0)