Skip to content

Commit 9ccb997

Browse files
committed
Rename CI job to Tests and drop matrix
1 parent f1e9d40 commit 9ccb997

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,15 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
php: ['8.4']
15-
16-
name: PHP ${{ matrix.php }}
12+
name: Tests
1713

1814
steps:
1915
- uses: actions/checkout@v4
2016

2117
- name: Setup PHP
2218
uses: shivammathur/setup-php@v2
2319
with:
24-
php-version: ${{ matrix.php }}
20+
php-version: '8.4'
2521
coverage: none
2622

2723
- name: Cache Composer dependencies

0 commit comments

Comments
 (0)