Skip to content

Commit 2598374

Browse files
committed
update workflow
1 parent bf855c7 commit 2598374

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/phpunit.yml

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ concurrency:
2525
permissions:
2626
contents: read
2727

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+
2834
jobs:
2935
main:
3036
name: PHP ${{ matrix.php-versions }} - ${{ matrix.db-platforms }}

0 commit comments

Comments
 (0)