Skip to content

Commit 26f3104

Browse files
committed
Workflow
1 parent 0360382 commit 26f3104

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
strategy:
17-
fail-fast: false
17+
fail-fast: true
1818
matrix:
1919
php: ['8.4', '8.3', '8.2']
2020
laravel: ['10.*', '11.*', '12.*']
@@ -38,6 +38,9 @@ jobs:
3838
- name: Checkout code
3939
uses: actions/checkout@v4
4040

41+
- name: Install Graphviz
42+
run: sudo apt-get update && sudo apt-get install -y graphviz
43+
4144
- name: Setup PHP
4245
uses: shivammathur/setup-php@v2
4346
with:

0 commit comments

Comments
 (0)