We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 808e5e3 + 5c0902a commit cb2c1bcCopy full SHA for cb2c1bc
.github/workflows/test_js.yml
@@ -29,9 +29,10 @@ jobs:
29
uses: actions/checkout@v5
30
- name: Setup Node.js
31
# see https://github.com/actions/setup-node
32
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
33
with:
34
node-version: '20.x'
35
+ package-manager-cache: false
36
- name: Install Depenencies
37
run: npm install
38
- name: Run test
tools/src/test/php/composer.json
@@ -5,7 +5,7 @@
5
"ext-dom": "*",
6
"ext-json": "*",
7
"ext-libxml": "*",
8
- "opis/json-schema": "2.4.1"
+ "opis/json-schema": "2.6.0"
9
},
10
"require-dev": {
11
"roave/security-advisories": "dev-latest"
0 commit comments