Skip to content

Commit

Permalink
Support Symfony 7.0 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsykun committed Dec 2, 2023
1 parent 37969f3 commit 1c44a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
tools: composer

- name: "Install dependencies"
# temporary workaround to support Symfony 7.0 in tests.
run: |
set -x
if [[ ! -z "${{ matrix.symfony }}" ]]; then
export SYMFONY_REQUIRE="${{ matrix.symfony }}"
# temporary workaround to support Symfony 7.0 in tests.
composer config --global --auth http-basic.demo.packeton.org token ${{ secrets.PACKETON_TOKEN }}
composer config repositories.sf7 composer https://demo.packeton.org/sf7
Expand Down

0 comments on commit 1c44a4b

Please sign in to comment.