Skip to content

Commit

Permalink
wip: export ignore things
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceM committed Nov 19, 2022
1 parent 2f9e4ce commit bcfb450
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/.github export-ignore
/_docs export-ignore
.no.travis.yml export-ignore
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
if: matrix.laravel < 9
if: matrix.laravel < 9.*

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
if: matrix.laravel >= 9 && matrix.php >= 8
if: matrix.laravel >= 9.* && matrix.php >= 8

- name: Execute tests
run: vendor/bin/phpunit || echo "Test Skipped"
Expand Down

0 comments on commit bcfb450

Please sign in to comment.