Skip to content

Commit d348097

Browse files
committed
fix
1 parent fd7dd7e commit d348097

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
run: sudo apt-get install -y tree
141141

142142
- name: Run e2e ${{ matrix.e2e }}
143-
run: make ${{ matrix.e2e }} --debug
143+
run: make ${{ matrix.e2e }}
144144

145145

146146
# Most of the job definitions come from https://github.com/sebastianbergmann/phpunit/blob/main/.github/workflows/ci.yml#L228
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Laravel Framework 9.45.1
1+
Laravel Framework 9.52.16

0 commit comments

Comments
 (0)