Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit f3d15f6

Browse files
authored
Merge pull request #631 from Gizra/feature/drupal9
[PP] 630 Begin support for Drupal 9
2 parents ab3dda3 + e4bd148 commit f3d15f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,21 @@ env:
1414
- TEST_SUITE=8.7.x
1515
- TEST_SUITE=8.8.x
1616
- TEST_SUITE=8.9.x
17+
- TEST_SUITE=9.0.x
1718
- TEST_SUITE=PHP_CodeSniffer
1819

1920
# Only run the coding standards check once.
2021
matrix:
2122
exclude:
23+
- php: 7.2
24+
env: TEST_SUITE=9.0.x
2225
- php: 7.2
2326
env: TEST_SUITE=PHP_CodeSniffer
2427
- php: 7.4
2528
env: TEST_SUITE=PHP_CodeSniffer
2629
allow_failures:
2730
- php: 7.4
31+
- env: TEST_SUITE=9.0.x
2832

2933
mysql:
3034
database: og

0 commit comments

Comments
 (0)