Skip to content

Commit cd2a48f

Browse files
committed
Fixes GH CI + updated deps
1 parent 671816f commit cd2a48f

File tree

3 files changed

+131
-461
lines changed

3 files changed

+131
-461
lines changed

.github/workflows/main.yml

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

5858
- name: Build the Project
5959
continue-on-error: ${{ matrix.experimental }}
60-
run: make update --no-print-directory
60+
run: make build --no-print-directory
6161

6262
- name: 🧪 PHPUnit Tests
6363
continue-on-error: ${{ matrix.experimental }}

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"require" : {
1616
"php" : ">=7.2",
1717

18-
"jbzoo/data" : "^4.1.3",
18+
"jbzoo/data" : "^4.2.1",
1919
"jbzoo/mermaid-php" : "^2.2.0",
20-
"jbzoo/utils" : "^4.2.3",
20+
"jbzoo/utils" : "^4.4.0",
2121

2222
"symfony/console" : ">=4.4",
2323
"symfony/polyfill-php80" : "^1.22.1"
2424
},
2525

2626
"require-dev" : {
27-
"jbzoo/toolbox-dev" : "^2.9.2",
27+
"jbzoo/toolbox-dev" : "^2.12.0",
2828
"symfony/process" : ">=4.4"
2929
},
3030

0 commit comments

Comments
 (0)