Skip to content

Commit

Permalink
update matrix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tihomir Mihaylov committed Apr 5, 2024
1 parent 8d8c890 commit f8068eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
run: composer update --prefer-dist --no-progress

- name: Check PHP Version / Installed Illuminate Version
run: php -v
run: composer show illuminate/database | grep versions
run: php -v && composer show illuminate/database | grep versions

- name: Run test suite
run: vendor/bin/phpunit

0 comments on commit f8068eb

Please sign in to comment.