Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Sep 14, 2020
1 parent fc4a6a6 commit e9a9d4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
php-version: ['7.3', '7.4']
dependencies: ['']
include:
- { php: '8.0', dependencies: '--ignore-platform-req=php' }
- { php-version: '8.0', dependencies: '--ignore-platform-req=php' }

continue-on-error: ${{ matrix.php-version == '8.0' }}
name: PHP ${{ matrix.php }} ${{ matrix.dependencies }}
name: PHP ${{ matrix.php-version }} ${{ matrix.dependencies }}

steps:
- name: Checkout code
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
php-version: ${{ matrix.php-version }}
coverage: pcov
tools: composer:v2

Expand Down

0 comments on commit e9a9d4d

Please sign in to comment.