Skip to content

Commit 17c8d23

Browse files
authored
tests(travis): Test with Drupal core 8.8.x (#956)
1 parent 368ecb8 commit 17c8d23

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,24 @@ env:
1616
- SIMPLETEST_DB=mysql://root:@127.0.0.1/graphql
1717
- TRAVIS=true
1818
matrix:
19-
- DRUPAL_CORE=8.7.x
19+
- DRUPAL_CORE=8.8.x
2020

2121
matrix:
2222
# Don't wait for the allowed failures to build.
2323
fast_finish: true
2424
include:
2525
- php: 7.2
2626
env:
27-
- DRUPAL_CORE=8.7.x
27+
- DRUPAL_CORE=8.8.x
2828
# Only run code coverage on the latest php and drupal versions.
2929
- WITH_PHPDBG_COVERAGE=true
3030
allow_failures:
3131
# Allow the code coverage report to fail.
3232
- php: 7.2
3333
env:
34-
- DRUPAL_CORE=8.7.x
34+
- DRUPAL_CORE=8.8.x
3535
# Only run code coverage on the latest php and drupal versions.
3636
- WITH_PHPDBG_COVERAGE=true
37-
# PHP 7.3 testing is allowed to fail for now because there is an error we
38-
# cannot reproduce locally.
39-
# See https://github.com/drupal-graphql/graphql/pull/872
40-
- php: 7.3
4137
# PHP 7.4 testing is allowed to fail because the GD extension is not
4238
# packaged on Travis CI yet.
4339
# See https://travis-ci.community/t/some-extensions-are-missing-in-php-7-4-0-zip-gmp-sodium/6320/9

phpunit.xml.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<phpunit bootstrap="tests/bootstrap.php" colors="true"
44
beStrictAboutTestsThatDoNotTestAnything="true"
55
beStrictAboutOutputDuringTests="true"
6-
beStrictAboutChangesToGlobalState="true"
7-
checkForUnintentionallyCoveredCode="false">
6+
beStrictAboutChangesToGlobalState="true">
87
<testsuites>
98
<testsuite name="unit">
109
<file>./tests/TestSuites/UnitTestSuite.php</file>

0 commit comments

Comments
 (0)