mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 08:24:04 +00:00
Revert ci.yml changes
This commit is contained in:
parent
14371f383f
commit
c84330eb8f
1 changed files with 2 additions and 12 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
|
@ -8,18 +8,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
php: ["7.3", "8.0", "8.1"]
|
|
||||||
laravel: [6, 8, 9, 10]
|
laravel: [6, 8, 9, 10]
|
||||||
include:
|
|
||||||
- laravel: "^9.0"
|
|
||||||
testbench: "^7.0"
|
|
||||||
- laravel: "^10.0"
|
|
||||||
testbench: "^8.0"
|
|
||||||
exclude:
|
|
||||||
- laravel: "^10.0"
|
|
||||||
php: "8.0"
|
|
||||||
- laravel: "^9.0"
|
|
||||||
php: "7.3"
|
|
||||||
|
|
||||||
name: Tests (PHPUnit) - L${{ matrix.laravel }}
|
name: Tests (PHPUnit) - L${{ matrix.laravel }}
|
||||||
|
|
||||||
|
|
@ -30,7 +20,7 @@ jobs:
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: '8.0'
|
php-version: '8.1'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer require "laravel/framework:^${{matrix.laravel}}.0"
|
run: composer require "laravel/framework:^${{matrix.laravel}}.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue