Skip to content

Commit

Permalink
we dont really need to be testing against specific versions of testbench
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Apr 4, 2024
1 parent c7b1b8b commit dd18e5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
php: [8.3, 8.2]
laravel: [11.*, 10.*]
statamic: [dev-master]
testbench: [9.*]
os: [ubuntu-latest]

name: ${{ matrix.php }} - ${{ matrix.statamic }} - ${{ matrix.laravel }}
Expand All @@ -33,7 +32,7 @@ jobs:

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

0 comments on commit dd18e5a

Please sign in to comment.