mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 11:14:04 +00:00
Use multiple PHP versions
This commit is contained in:
parent
c84330eb8f
commit
f5eeb2337a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
laravel: [6, 8, 9, 10]
|
laravel: [6, 8, 9, 10]
|
||||||
|
php-versions: ['8.0', '8.1']
|
||||||
|
|
||||||
name: Tests (PHPUnit) - L${{ matrix.laravel }}
|
name: Tests (PHPUnit) - L${{ matrix.laravel }}
|
||||||
|
|
||||||
|
|
@ -20,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.1'
|
php-version: ${{ matrix.php-versions }}
|
||||||
|
|
||||||
- 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