Skip to content

Commit 7975e2b

Browse files
committed
try to fix tests matrix
1 parent 89b453e commit 7975e2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,15 @@ on:
77

88
jobs:
99
tests:
10-
name: Run PHPUnit Tests
1110
runs-on: ubuntu-latest
1211
timeout-minutes: 10
1312
strategy:
1413
matrix:
1514
php: ['8.1', '8.2', '8.3', '8.4']
1615
# TODO: Add 8.0 when released.
1716
deployer: ['^7.3', '^7.4', '^7.5']
18-
include:
19-
- name: Deployer ${{ matrix.deployer }} on PHP ${{ matrix.php }}
2017
fail-fast: false
18+
name: Tests forDeployer ${{ matrix.deployer }} on PHP ${{ matrix.php }}
2119

2220
steps:
2321
# Checkout the repository

0 commit comments

Comments
 (0)