]> BookStack Code Mirror - bookstack/commitdiff
Updated ci with php7.4, update locale array
authorDan Brown <redacted>
Tue, 28 Apr 2020 11:28:19 +0000 (12:28 +0100)
committerDan Brown <redacted>
Tue, 28 Apr 2020 11:28:19 +0000 (12:28 +0100)
.github/workflows/phpunit.yml
app/Config/app.php

index fa2437f378a74c378b575fd4ef49bef7031aafa7..7646f06879ab81802f774d19e2610476f02f265c 100644 (file)
@@ -16,7 +16,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        php: [7.2, 7.3]
+        php: [7.2, 7.4]
     steps:
     - uses: actions/checkout@v1
 
index cf34fd6943b47ff704ca2c839ed24b6856bedefc..a9956edd842a1afc6d9fefe83a5a1ccab43976e9 100755 (executable)
@@ -52,7 +52,7 @@ return [
     'locale' => env('APP_LANG', 'en'),
 
     // Locales available
-    'locales' => ['en', 'ar', 'cs', 'da', 'de', 'de_informal', 'es', 'es_AR', 'fa', 'fr', 'he', 'hu', 'it', 'ja', 'ko', 'nl', 'pt', 'pt_BR', 'sk', 'sl', 'sv', 'pl',  'ru', 'tr', 'uk', 'vi', 'zh_CN', 'zh_TW',],
+    'locales' => ['en', 'ar', 'cs', 'da', 'de', 'de_informal', 'es', 'es_AR', 'fa', 'fr', 'he', 'hu', 'it', 'ja', 'ko', 'nl', 'pt', 'pt_BR', 'sk', 'sl', 'sv', 'pl',  'ru', 'th', 'tr', 'uk', 'vi', 'zh_CN', 'zh_TW',],
 
     //  Application Fallback Locale
     'fallback_locale' => 'en',