We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f2e6a commit 1d8a82fCopy full SHA for 1d8a82f
.github/workflows/main.yml
@@ -30,6 +30,7 @@ jobs:
30
31
- name: Install Laravel Sample
32
run: |
33
+ composer remove --no-update --dev codeception/module-laravel5
34
composer update --no-dev --prefer-dist --no-interaction
35
cp .env.testing .env
36
touch storage/testing.sqlite
0 commit comments