Skip to content

Commit

Permalink
Run Tests on both browsershot v4 and v5
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Nov 25, 2024
1 parent 645b20e commit eeb48f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
os: [ubuntu-latest]
php: [8.2, 8.3, 8.4]
laravel: [10.*, 11.*]
browsershot: [4.*, 5.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
Expand Down Expand Up @@ -43,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "spatie/browsershot:${{ matrix.browsershot }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
npm ci
Expand Down

0 comments on commit eeb48f0

Please sign in to comment.