Skip to content

Commit

Permalink
Update test-application.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored May 6, 2024
1 parent 3d29d48 commit 1cf85bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Require dependencies
if: ${{ matrix.php-version == '8.0' }}
run: composer require "psr/simple-cache:2.*" --no-update --dev
run: composer require "psr/simple-cache:2.*" --no-update --dev # This can be removed if min version of symfony/cache is ^6.0

- name: Install dependencies with Composer
uses: ramsey/composer-install@v1
Expand Down

0 comments on commit 1cf85bf

Please sign in to comment.