Skip to content

Commit af02b05

Browse files
committed
ci updates.
1 parent d51f4c7 commit af02b05

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ jobs:
5454
)
5555
5656
matrix:
57-
name: "Test Matrix"
58-
needs: [latest]
5957
strategy:
6058
fail-fast: false
6159
matrix:
@@ -69,8 +67,8 @@ jobs:
6967
- operating-system: 'ubuntu-latest'
7068
silverstripe-version: '4.0'
7169
php-version: '7.4'
72-
7370
name: SS ${{ matrix.silverstripe-version }}, PHP ${{ matrix.php-version }}
71+
needs: [latest]
7472
runs-on: ${{ matrix.operating-system }}
7573
steps:
7674
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)