Skip to content

Commit c182593

Browse files
committed
maybe
1 parent fd9fbd2 commit c182593

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.0]
17-
laravel: [8.*]
17+
laravel: [8.*, 9.x-dev]
1818
elasticsearch: ["7.12.1", "7.13.0"]
1919
stability: [prefer-lowest, prefer-stable]
2020
include:
21-
- laravel: "8.*"
22-
testbench: "^6.6"
23-
- laravel: "9.x-dev"
24-
testbench: "7.0-dev"
21+
- laravel: 8.*
22+
testbench: ^6.6
23+
- laravel: 9.x-dev
24+
testbench: 7.0-dev
2525

26-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - E${{ matrix.elasticsearch }} - ${{ matrix.stability }} - ${{ matrix.os }}
26+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - E${{ matrix.elasticsearch }} - ${{ matrix.stability }} - ${{ matrix.os }}
2727

2828
steps:
2929
- name: Configure sysctl limits
@@ -64,4 +64,4 @@ jobs:
6464
token: ${{ secrets.CODECOV_TOKEN }}
6565
files: ./build/logs/clover.xml
6666
fail_ci_if_error: true
67-
env_vars: P${{ matrix.php }},L${{ matrix.laravel }} ,E${{ matrix.elasticsearch }},${{ matrix.stability }},${{ matrix.os }}
67+
env_vars: P${{ matrix.php }},L${{ matrix.laravel }},E${{ matrix.elasticsearch }},${{ matrix.stability }},${{ matrix.os }}

0 commit comments

Comments
 (0)