Skip to content

Commit 8104b98

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

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,19 @@ jobs:
1313
symfony: [6.4.*, 7.3.*]
1414
dependency-version: [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)