Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary committed Feb 16, 2024
1 parent 752ae8c commit 926fe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
command: composer install ${{ env.COMPOSER_FLAGS }}

- name: Install Laravel
run: composer require laravel/framework:${{ matrix.laravel-version }}.* --no-update
run: composer require laravel/framework:${{ matrix.laravel-version }}.*

- name: Run tests
run: vendor/bin/phpunit

0 comments on commit 926fe04

Please sign in to comment.