Skip to content

Commit

Permalink
Testing our workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Apr 21, 2023
1 parent 7586723 commit e399d8e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
php: [ "7.3", "7.4", "8.0", "8.2" ]
php: [ "7.4", "8.0", "8.1", "8.2" ]

steps:
- name: Checkout code
Expand All @@ -23,5 +24,8 @@ jobs:
- name: Install Composer dependencies
run: composer install --prefer-dist --no-progress --no-interaction

- name: Check PHP version
run: php -v

- name: Run PHPUnit
run: vendor/bin/phpunit tests
run: vendor/bin/phpunit tests --coverage-text

0 comments on commit e399d8e

Please sign in to comment.