File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 7.4
5- - 7.3
6- - 7.2
7- - 7.1
8- - 7.0
4+ - 8.2
95
106services :
117 - mysql
1612 - SIMPLETEST_DB=mysql://root:@127.0.0.1/graphql
1713 - TRAVIS=true
1814 matrix :
15+ - DRUPAL_CORE=10.0.x
1916 - DRUPAL_CORE=9.0.x
20- - DRUPAL_CORE=8.9.x
21- - DRUPAL_CORE=8.8.x
2217
2318matrix :
2419 # Don't wait for the allowed failures to build.
2520 fast_finish : true
2621 include :
27- - php : 7.3
22+ - php : 8.2
2823 env :
29- - DRUPAL_CORE=8.8 .x
24+ - DRUPAL_CORE=10.1 .x
3025 # Only run code coverage on the latest php and drupal versions.
3126 - WITH_PHPDBG_COVERAGE=true
32- # Drupal 9 requires PHP 7.3 or higher
33- exclude :
34- - php : 7.0
35- env :
36- - DRUPAL_CORE=9.0.x
37- - php : 7.1
38- env :
39- - DRUPAL_CORE=9.0.x
40- - php : 7.2
41- env :
42- - DRUPAL_CORE=9.0.x
4327 allow_failures :
4428 # Allow the code coverage report to fail.
45- - php : 7.3
29+ - php : 8.2
4630 env :
47- - DRUPAL_CORE=8.8 .x
31+ - DRUPAL_CORE=10.1 .x
4832 # Only run code coverage on the latest php and drupal versions.
4933 - WITH_PHPDBG_COVERAGE=true
50- # Tests on PHP 7.4 are broken right now, see
51- # https://github.com/drupal-graphql/graphql/issues/982
52- - php : 7.4
5334
5435mysql :
5536 database : graphql
You can’t perform that action at this time.
0 commit comments