1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Updated ci with php7.4, update locale array

This commit is contained in:
Dan Brown
2020-04-28 12:28:19 +01:00
parent ce8cea6a9f
commit 00c77e494b
2 changed files with 2 additions and 2 deletions

View 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