Skip to content

Commit cb2c1bc

Browse files
authored
Merge branch 'master' into 1.7-dev
2 parents 808e5e3 + 5c0902a commit cb2c1bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test_js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
2929
uses: actions/checkout@v5
3030
- name: Setup Node.js
3131
# see https://github.com/actions/setup-node
32-
uses: actions/setup-node@v5
32+
uses: actions/setup-node@v6
3333
with:
3434
node-version: '20.x'
35+
package-manager-cache: false
3536
- name: Install Depenencies
3637
run: npm install
3738
- name: Run test

tools/src/test/php/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ext-dom": "*",
66
"ext-json": "*",
77
"ext-libxml": "*",
8-
"opis/json-schema": "2.4.1"
8+
"opis/json-schema": "2.6.0"
99
},
1010
"require-dev": {
1111
"roave/security-advisories": "dev-latest"

0 commit comments

Comments
 (0)