Skip to content

Commit 6c5666b

Browse files
committed
CI: Fix failing test for missing Json
1 parent 6767755 commit 6c5666b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
run: composer phpstan
1919

2020
- name: Nette Tester
21-
run: composer tester
21+
run: composer tester -- -C
22+
2223
php:
2324
- "7.4"
2425
- "8.0"
@@ -38,6 +39,7 @@ jobs:
3839
uses: shivammathur/setup-php@v2
3940
with:
4041
php-version: ${{ matrix.php }}
42+
extensions: json
4143
coverage: none
4244

4345

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
],
1717
"require": {
1818
"php": ">=7.4",
19+
"ext-json": "*",
1920
"nette/utils": "^3.0"
2021
},
2122
"require-dev": {

0 commit comments

Comments
 (0)