mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 14:04:02 +00:00
Update ci.yml
This commit is contained in:
parent
f5eeb2337a
commit
98e2d2cbf4
1 changed files with 6 additions and 3 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -3,13 +3,16 @@ name: run-tests
|
|||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
laravel: [6, 8, 9, 10]
|
||||
php-versions: ['8.0', '8.1']
|
||||
php: ["8.0", "8.1"]
|
||||
exclude:
|
||||
- laravel: "^6.0"
|
||||
php: "8.1"
|
||||
|
||||
name: Tests (PHPUnit) - L${{ matrix.laravel }}
|
||||
|
||||
|
|
@ -20,7 +23,7 @@ jobs:
|
|||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
php-version: ${{ matrix.php }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: composer require "laravel/framework:^${{matrix.laravel}}.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue