Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [24.x]

steps:
- uses: actions/checkout@v2
Comment thread
sourcery-ai[bot] marked this conversation as resolved.
Outdated
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/php-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ 7.4' ]
php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
name: PHP ${{ matrix.php-versions }} Test
steps:
- name: Checkout
Expand All @@ -32,4 +32,4 @@ jobs:
- name: Check psalm
run: |
mkdir -p dist
composer psalm
composer psalm
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"webpackbar": "^5.0.0-3"
},
"volta": {
"node": "22.13.1",
"node": "24.12.0",
"yarn": "4.5.0"
},
"packageManager": "yarn@4.5.0"
Expand Down
Loading