Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoha authored Mar 13, 2024
1 parent 14f2742 commit c5f07ba
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
fail-fast: true
matrix:
php: [8, "8.1", "8.2"]
laravel: [8, 9, 10, 11]
laravel: [8, 9, 10]
exclude:
- php: 8
laravel: 10
- php: 8
laravel: 11
- php: 8.1
laravel: 11
# - php: 8
# laravel: 11
# - php: 8.1
# laravel: 11

steps:
- name: Checkout code
Expand All @@ -36,9 +36,6 @@ jobs:
- name: install dependencies
run: |
composer require "laravel/framework=^${{ matrix.laravel }}" --no-update
if [ "${{ matrix.laravel }}" = "11" ]; then
composer require "orchestra/testbench=9.x-dev" --no-update
fi
composer update --prefer-dist --no-interaction --no-progress
- name: Execute tests
run: vendor/bin/phpunit --verbose

0 comments on commit c5f07ba

Please sign in to comment.