Skip to content

Commit

Permalink
Merge pull request #874 from EC-CUBE/dependabot/composer/doctrine/ins…
Browse files Browse the repository at this point in the history
…tantiator-1.5.0

Bump doctrine/instantiator from 1.0.5 to 1.5.0
  • Loading branch information
dotani1111 authored Apr 19, 2024
2 parents 6cbdabf + ba12b18 commit eb4bdc2
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/actions/dockerbuild/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
load: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha,scope=php-${{ inputs.php-version }}
cache-from: type=gha,timeout=1m,scope=php-${{ inputs.php-version }}
cache-to: ${{ inputs.cache-to }}
build-args: |
PHP_VERSION_TAG=${{ inputs.php-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
uses: ./.github/actions/dockerbuild
with:
php-version: ${{ matrix.php }}
cache-to: type=gha,mode=max,scope=php-${{ matrix.php }}
cache-to: type=gha,mode=max,ignore-error=true,scope=php-${{ matrix.php }}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"require-dev": {
"doctrine/instantiator": "~1.0.5",
"doctrine/instantiator": "~1.5.0",
"fakerphp/faker": "^1.23",
"nanasess/ec-cube2-class-extends-stubs": "^1.0",
"nanasess/eccube2-fixture-generator": "^2.0",
Expand Down
48 changes: 30 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const config: PlaywrightTestConfig = {

testDir: './e2e-tests',

/* Maximum time one test can run for. */
timeout: 600 * 1000,
/* Maximum time one test can run for.(Defaults to 30000) */
timeout: process.env.HTTP_PROXY ? 600 * 1000 : 30000,

expect: {

Expand Down

0 comments on commit eb4bdc2

Please sign in to comment.