Skip to content

Commit

Permalink
Fixed libraries' CI configs (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbyoung committed Oct 3, 2021
1 parent bd0dca8 commit c361838
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
include:
- php: '8.0'
stability: prefer-stable
experimental: false
php-cs-fixer-ignore-php-version: 0
- php: '8.1'
stability: prefer-stable
experimental: true
php-cs-fixer-ignore-php-version: 1
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit c361838

Please sign in to comment.