Skip to content

Commit

Permalink
Merge branch '5.x' into fix-service-locator-int-key
Browse files Browse the repository at this point in the history
  • Loading branch information
seferov committed Jun 5, 2024
2 parents 80ab979 + b60ac39 commit 8b490de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- master
schedule:
- cron: "0 10 * * *"
- cron: "0 10 * * 6"

jobs:
static-code-analysis:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
php-version: ${{ matrix.php-version }}

- name: Install Composer dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v3
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
run: composer config extra.symfony.require ${{ matrix.symfony-version }}.*

- name: Install Composer dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v3

- name: "Run unit tests with phpunit"
run: vendor/bin/phpunit --configuration=phpunit.xml
Expand Down

0 comments on commit 8b490de

Please sign in to comment.