We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b635ac9 commit 8ee5a8bCopy full SHA for 8ee5a8b
.github/workflows/run-tests.yml
@@ -14,15 +14,9 @@ jobs:
14
matrix:
15
os: [ubuntu-latest]
16
php: [8.0, 8.1]
17
- laravel: [8.*, 9.*]
18
stability: [prefer-stable]
19
- include:
20
- - laravel: 8.*
21
- testbench: ^6.6
22
- - laravel: 9.*
23
- testbench: ^7.3
24
25
- name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
+ name: PHP ${{ matrix.php }}
26
27
steps:
28
- name: Checkout code
@@ -42,7 +36,6 @@ jobs:
42
36
43
37
- name: Install dependencies
44
38
run: |
45
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
46
39
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
47
40
48
41
- name: Execute tests
0 commit comments