We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf855c7 commit 2598374Copy full SHA for 2598374
.github/workflows/phpunit.yml
@@ -25,6 +25,12 @@ concurrency:
25
permissions:
26
contents: read
27
28
+env:
29
+ NLS_LANG: 'AMERICAN_AMERICA.UTF8'
30
+ NLS_DATE_FORMAT: 'YYYY-MM-DD HH24:MI:SS'
31
+ NLS_TIMESTAMP_FORMAT: 'YYYY-MM-DD HH24:MI:SS'
32
+ NLS_TIMESTAMP_TZ_FORMAT: 'YYYY-MM-DD HH24:MI:SS'
33
+
34
jobs:
35
main:
36
name: PHP ${{ matrix.php-versions }} - ${{ matrix.db-platforms }}
0 commit comments