Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Luukdewaaier committed Mar 8, 2024
1 parent bd90ab0 commit 0ee1fc9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
php: [8.3, 8.2, 8.1]
laravel: ["^10.0"]
dependency-version: [prefer-lowest, prefer-stable]
dependency-version: [prefer-stable]
include:
- laravel: "^10.0"
testbench: 8.*
Expand All @@ -32,10 +32,6 @@ jobs:
extensions: curl, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, iconv
coverage: none

- name: Install dependencies (remove passport)
run: composer remove --dev laravel/passport --no-interaction --no-update
if: matrix.laravel == '^8.12'

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "symfony/console:>=4.3.4" "mockery/mockery:^1.3.2" "nesbot/carbon:>=2.62.1" --no-interaction --no-update
Expand Down

0 comments on commit 0ee1fc9

Please sign in to comment.