We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfe9c4 commit ceba518Copy full SHA for ceba518
.github/workflows/dependencies.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
php-version: ${{ env.PHP_VERSION }}
22
tools: composer:v2
23
- ini-values: variables_order=EGPCS
+ ini-values: variables_order=EGPCS, date.timezone=Europe/Berlin
24
- name: Cache Composer Dependencies
25
uses: actions/cache@v1
26
.github/workflows/tests.yml
0 commit comments