Skip to content

Commit

Permalink
Merge pull request #272 from TravisCarden/feature/drupal-version-supp…
Browse files Browse the repository at this point in the history
…ort-spread
  • Loading branch information
TravisCarden authored Sep 6, 2023
2 parents e9c9124 + c751e3c commit 572a5c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/Compatability/CompatabilityFunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@
*/
final class CompatabilityFunctionalTest extends TestCase
{
// @see https://github.com/php-tuf/composer-stager/wiki/Library-compatibility-policy#drupal
private const SUPPORTED_DRUPAL_VERSIONS = [
// Current major, oldest supported minor.
'10.0.0',
'10.0.10',
// Current minor.
'10.1.0',
'10.1.2',
// Next minor dev.
'11.x-dev',
];

Expand Down

0 comments on commit 572a5c3

Please sign in to comment.