1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-04-21 16:01:56 +02:00

Merge pull request #1861 from localheinz/fix/php7.4

Fix: Run build against PHP 7.4
This commit is contained in:
Andreas Möller 2019-12-31 11:44:52 +01:00 committed by GitHub
commit 04c47e38db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ jobs:
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4
dist: bionic
env: WITH_COVERAGE=true
- php: nightly