Skip to content

Commit

Permalink
run functional tests on drupal 11
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Mar 12, 2024
1 parent 82f7c81 commit 42d50bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3']
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3', '11.0']
module: ['timesup']
experimental: [ false ]

Expand All @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
drupal_version: ['9.5', '10.0', '10.1', '10.2', '11.0']
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3', '11.0']
module: [ 'timesup' ]
experimental: [ false ]
include:
Expand Down

0 comments on commit 42d50bf

Please sign in to comment.