Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdalmolin committed Oct 21, 2024
1 parent df5a0c6 commit bffb252
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,11 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.1, 8.2, 8.3 ]
laravel: [ 10.*, 11.* ]
php: [ 8.2, 8.3 ]
laravel: [ 11.* ]
include:
- laravel: 11.*
pest: 3.*
- laravel: 10.*
pest: 2.*
exclude:
- laravel: 11.*
php: 8.1

name: Paragon Tests - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand All @@ -47,8 +42,6 @@ jobs:
run: |
composer --version
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer require "pestphp/pest:${{ matrix.pest }}" --no-interaction --no-update --dev
composer require "pestphp/pest-plugin-laravel:${{ matrix.pest }}" --no-interaction --no-update --dev
composer update --prefer-dist --no-interaction --no-suggest --dev
composer dump
Expand Down

0 comments on commit bffb252

Please sign in to comment.