mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
cleanup, run CI tests with both intervention v2 and v3
This commit is contained in:
parent
6c213a9f6f
commit
6d61686f68
3 changed files with 8 additions and 5 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -7,11 +7,12 @@ on:
|
|||
|
||||
jobs:
|
||||
pest:
|
||||
name: Tests (Pest) L${{ matrix.laravel }}
|
||||
name: Tests (Pest) L${{ matrix.laravel }} I${{ matrix.intervention }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
laravel: [10, 11, 12]
|
||||
intervention: [2, 3]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
@ -22,7 +23,9 @@ jobs:
|
|||
tools: composer:v2
|
||||
coverage: none
|
||||
- name: Install composer dependencies
|
||||
run: composer require "laravel/framework:^${{matrix.laravel}}.0"
|
||||
run: |
|
||||
composer require "laravel/framework:^${{matrix.laravel}}.0"
|
||||
composer require "intervention/image:^${{matrix.intervention}}.0"
|
||||
- name: Run tests
|
||||
run: vendor/bin/pest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue