Skip to content

Commit 0768a0d

Browse files
committed
Add new support to php8.2 and drupal 10 on travis
1 parent 1a94a29 commit 0768a0d

1 file changed

Lines changed: 6 additions & 25 deletions

File tree

.travis.yml

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
language: php
22

33
php:
4-
- 7.4
5-
- 7.3
6-
- 7.2
7-
- 7.1
8-
- 7.0
4+
- 8.2
95

106
services:
117
- mysql
@@ -16,40 +12,25 @@ env:
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

2318
matrix:
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

5435
mysql:
5536
database: graphql

0 commit comments

Comments
 (0)