Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Apr 4, 2024
1 parent dc14adc commit fe02e70
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ jobs:
matrix:
php: [8.2, 8.3]
laravel: [10.*, 11.*]
testbench: [8.*, 9.*]
os: [ubuntu-latest]


name: ${{ matrix.php }} - ${{ matrix.laravel }} - ${{ matrix.testbench }}
name: ${{ matrix.php }} - ${{ matrix.laravel }}

steps:
- name: Checkout code
Expand All @@ -30,7 +28,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer install --no-interaction
- name: Run PHPUnit
Expand Down

0 comments on commit fe02e70

Please sign in to comment.