Skip to content
Snippets Groups Projects
Commit de588de7 authored by Steven Ayers's avatar Steven Ayers
Browse files

Issue #3538416: CI Pipeline: Add upgrade report

parent 46e7185f
No related branches found
No related tags found
1 merge request!109Issue #3538416 by bluegeek9: CI Pipeline: Add upgrade report
Pipeline #644104 failed
......@@ -47,13 +47,13 @@ include:
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
################
variables:
_PHPUNIT_EXTRA: --verbose
OPT_IN_TEST_PREVIOUS_MAJOR: 1
OPT_IN_TEST_PREVIOUS_MINOR: 1
OPT_IN_TEST_NEXT_MINOR: 1
OPT_IN_TEST_NEXT_MAJOR: 1
OPT_IN_TEST_CURRENT: 1
# OPT_IN_TEST_MAX_PHP: 1 php8.3-ldap is not avaliable in debian bookworm.
RUN_JOB_UPGRADE_STATUS: 1
composer (authorization dev):
extends: .composer-base
......
......
name: 'LDAP'
description: 'This is a meta file to increase compatibility with other tools and the included submodules.'
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.3 || ^10 || ^11 || ^12
hidden: true
package: 'Lightweight Directory Access Protocol'
......
......
name: 'LDAP Authentication'
description: 'Implements LDAP authentication'
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.3 || ^10 || ^11 || ^12
package: 'Lightweight Directory Access Protocol'
dependencies:
- ldap:ldap_servers
......
......
name: LDAP Authorization Provider
type: module
description: Provider to the Authorization API
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.3 || ^10 || ^11 || ^12
package: Lightweight Directory Access Protocol
dependencies:
- ldap:ldap_servers
......
......
name: 'LDAP Query'
description: 'LDAP Query Builder and Storage for queries used by other LDAP modules such as LDAP feeds, LDAP provision, etc'
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.3 || ^10 || ^11 || ^12
package: 'Lightweight Directory Access Protocol'
dependencies:
- ldap:ldap_servers
......
......
name: 'LDAP Servers'
description: 'Implements LDAP Server Configuration'
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.3 || ^10 || ^11 || ^12
package: 'Lightweight Directory Access Protocol'
configure: entity.ldap_server.collection
......
......
name: 'LDAP Servers Dummy'
description: 'Allows for mocking the connection to symfony/ldap.'
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.3 || ^10 || ^11 || ^12
package: Testing
hidden: true
name: 'LDAP Users'
description: 'Module for LDAP identified users. User may be associated via LDAP authentication, LDAP authorization, or from account provisioning. Configures syncing of LDAP entries to Drupal user properties, fields and the opposite direction.'
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.3 || ^10 || ^11 || ^12
package: 'Lightweight Directory Access Protocol'
dependencies:
- ldap:ldap_servers
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment