Skip to content

Commit 98853d6

Browse files
committed
composer cache handled by ramsey/composer-install
1 parent 8b77585 commit 98853d6

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,21 @@ jobs:
1111
matrix:
1212
php: [8.2, 8.3, 8.4]
1313
symfony: [6.4.*, 7.3.*]
14-
dependency-version: [stable]
14+
dependency: [stable]
1515
include:
16-
- { php: 8.2, symfony: 6.4.*, dependency-version: lowest }
17-
- { php: 8.3, symfony: 7.4.*, dependency-version: highest }
18-
- { php: 8.4, symfony: 8.0.*, dependency-version: highest }
16+
- { php: 8.2, symfony: 6.4.*, dependency: lowest }
17+
- { php: 8.3, symfony: 7.4.*, dependency: highest }
18+
- { php: 8.4, symfony: 8.0.*, dependency: highest }
1919

2020
env:
21-
SYMFONY_REQUIRE: ${{ matrix.symfony-version }}
21+
SYMFONY_REQUIRE: ${{ matrix.symfony }}
2222

23-
name: Tests P${{ matrix.php }} - SF${{ matrix.symfony }} - ubuntu-latest - ${{ matrix.dependency-version }}
23+
name: Tests P${{ matrix.php }} - SF${{ matrix.symfony }} - ubuntu-latest - ${{ matrix.dependency }}
2424
steps:
2525

2626
- name: Checkout
2727
uses: actions/checkout@v5
2828

29-
- name: Cache dependencies
30-
uses: actions/cache@v4
31-
with:
32-
path: ~/.composer/cache/files
33-
key: dependencies-php-${{ matrix.php }}-SF${{ matrix.symfony }}-${{ matrix.dependency-version }}-composer-${{ hashFiles('composer.json') }}
34-
3529
- name: Setup PHP
3630
uses: shivammathur/setup-php@v2
3731
with:

0 commit comments

Comments
 (0)