Skip to content

Commit

Permalink
update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbuild committed Oct 26, 2022
1 parent b2d4217 commit 786a6a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.3', '7.4']
php-versions: ['8.0', '8.1']

name: PHP ${{ matrix.php-versions }} tests

Expand All @@ -26,15 +26,15 @@ jobs:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, intl
ini-values: post_max_size=256M, short_open_tag=On
coverage: xdebug
coverage: xdebug
tools: php-cs-fixer, phpunit

- name: Validate composer.json and composer.lock
run: composer validate

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest

- name: Execute PHPUnit tests
run: vendor/bin/phpunit --configuration phpunit.xml --coverage-text

Expand Down

0 comments on commit 786a6a2

Please sign in to comment.