Skip to content

Commit 352a95d

Browse files
committed
Remove composer.lock
1 parent 1a7eaa6 commit 352a95d

2 files changed

Lines changed: 2 additions & 7489 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
13-
stability: [prefer-stable]
1413

15-
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
14+
name: PHP ${{ matrix.php }}
1615

1716
steps:
1817
- name: Checkout code
@@ -30,7 +29,7 @@ jobs:
3029
uses: StephaneBour/actions-php-cpd@8.2
3130

3231
- name: Install dependencies
33-
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
32+
run: composer update --no-interaction --no-progress
3433

3534
- name: Code Standard and Static Analysis
3635
run: ci/analyse.sh

0 commit comments

Comments
 (0)