Skip to content

Commit bbe56d8

Browse files
committed
fix: wip
1 parent a9f8d14 commit bbe56d8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
- name: Install dependencies
2727
run: composer install --no-dev --prefer-dist --no-interaction --optimize-autoloader
2828

29-
- name: Run tests
30-
run: |
31-
composer require "laravel/framework:^11.0" "orchestra/testbench:^9.0" --no-interaction --no-update
32-
composer update --prefer-stable --prefer-dist --no-interaction
33-
vendor/bin/pest --ci
34-
3529
- name: Get next version
3630
id: get_version
3731
run: |

0 commit comments

Comments
 (0)