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 03d103c commit 1a24744Copy full SHA for 1a24744
.github/workflows/main.yml
@@ -45,8 +45,6 @@ jobs:
45
- name: Install NPM packages
46
if: steps.node_modules-cache.outputs.cache-hit != 'true'
47
run: npm ci
48
- - name: Build frontend
49
- run: npm run development
50
- name: Install PHP versions
51
uses: shivammathur/setup-php@v2
52
with:
@@ -70,7 +68,6 @@ jobs:
70
68
key: ${{ runner.OS }}-build-${{ hashFiles('**/composer.lock') }}
71
69
- name: Install Laravel Dependencies
72
run: |
73
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
74
composer update --${{ matrix.dependency-stability }} --prefer-dist --no-interaction --no-suggest
75
76
- name: Update Dependencies with latest stable
0 commit comments