Skip to content

Commit

Permalink
Merge pull request #2 from imponeer/ci/php-8.1-tests
Browse files Browse the repository at this point in the history
Added PHP 8.1 CI tests
  • Loading branch information
MekDrop committed Mar 26, 2022
2 parents 541fb99 + e98c412 commit ca483cc
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
strategy:
max-parallel: 3
matrix:
include:
- composer: 2
php: 8.0
- composer: 1
php: 7.3
- composer: 1
php: 7.4
php:
- 7.3
- 7.4
- 8.0
- 8.1
composer:
- 2
name: Test - php:${{ matrix.php }}; composer:${{ matrix.composer }}
steps:
- name: Checkout
Expand All @@ -38,7 +38,5 @@ jobs:
run: composer validate --strict --no-check-lock
- name: Install Composer dependencies (with dev)
run: composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader
- name: Run tests
run: ./vendor/bin/phpunit
- name: Install Composer dependencies (without dev)
run: composer install --no-progress --no-dev --no-suggest --prefer-dist --optimize-autoloader
run: composer install --no-progress --no-dev --no-suggest --prefer-dist --optimize-autoloader

0 comments on commit ca483cc

Please sign in to comment.