1
0
Fork 0
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:
Samuel Štancl 2025-03-29 15:59:07 +01:00
parent 6c213a9f6f
commit 6d61686f68
3 changed files with 8 additions and 5 deletions

View file

@ -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