Skip to content

Commit 6391b11

Browse files
test: Test on MacOs alone first
1 parent 8d9db8e commit 6391b11

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
os: [ubuntu-latest]
11+
os: [macos-latest]
1212
php: [8.1, 8.2, 8.3, 8.4]
13-
dependency-version: [prefer-lowest, prefer-stable]
1413

15-
name: Tests P${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
14+
name: Tests P${{ matrix.php }} - ${{ matrix.os }}
1615

1716
steps:
1817

@@ -33,7 +32,7 @@ jobs:
3332
coverage: none
3433

3534
- name: Install Composer dependencies
36-
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist
35+
run: composer update --no-interaction --prefer-dist
3736

3837
- name: Run Tests
3938
run: composer test

0 commit comments

Comments
 (0)