mirror of
https://github.com/archtechx/enums.git
synced 2025-12-12 06:44:04 +00:00
test more PHP versions in CI
This commit is contained in:
parent
6f61461c50
commit
bc9054277c
1 changed files with 11 additions and 1 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -16,10 +16,20 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
laravel: [10]
|
||||
include:
|
||||
- laravel: 10
|
||||
php: 8.1
|
||||
- laravel: 10
|
||||
php: 8.2
|
||||
- laravel: 10
|
||||
php: 8.3
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{matrix.php}}
|
||||
- name: Install composer dependencies
|
||||
run: composer require "illuminate/support:^${{ matrix.laravel }}.0"
|
||||
- name: Run tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue