diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 672ddc0..80b833d 100755 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: php: 8.1 - name: running php-${{ matrix.php }} with L-${{ matrix.laravel }} + name: running L-${{ matrix.php }} on PHP-${{ matrix.laravel }} services: @@ -63,18 +63,10 @@ jobs: ${{ runner.os }}-composer- - name: Install dependencies - run: | - composer require "illuminate/auth:${{matrix.laravel}}" "illuminate/database:${{matrix.laravel}}" "illuminate/http:${{matrix.laravel}}" "illuminate/pagination:${{matrix.laravel}}" "illuminate/routing:${{matrix.laravel}}" "illuminate/support:${{matrix.laravel}}" --no-update - composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist + run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist - - name: Laravel Version - run: composer show laravel/framework | grep -E '^(name|versions)' - - - name: Display PHP version - run: | - php -v - cat composer.json - + # - name: Laravel Version + # run: composer show laravel/framework | grep -E '^(name|versions)' - name: Run php pest tests run: vendor/bin/pest env: