Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI test matrix #543

Closed
JohnAlbin opened this issue Oct 9, 2023 · 2 comments
Closed

Update CI test matrix #543

JohnAlbin opened this issue Oct 9, 2023 · 2 comments
Assignees
Labels
tooling tooling changes (CI, tests, etc.); no code changes

Comments

@JohnAlbin
Copy link
Collaborator

The CI testing matrix currently (Oct 9, 2023) has:

php: ["8.0", "8.1"]
drupal: ["9.4", "9.5", "10.0"]
exclude:
  - php: "8.0"
    drupal: "10.0"

D9.4 became unsupported when D10.1 was released. Also, D10.x supports PHP 8.2. So the matrix needs to be updated to:

php: ["8.0", "8.1", "8.2"]
drupal: ["9.5", "10.0", "10.1"]
exclude:
  - php: "8.1"
    drupal: "9.5"
  - php: "8.2"
    drupal: "9.5"
  - php: "8.0"
    drupal: "10.0"
  - php: "8.0"
    drupal: "10.1"
@JohnAlbin JohnAlbin added the tooling tooling changes (CI, tests, etc.); no code changes label Oct 9, 2023
@JohnAlbin JohnAlbin self-assigned this Oct 9, 2023
@JohnAlbin
Copy link
Collaborator Author

Any PR for this will depend on the CI tests being fixed first: #541

JohnAlbin added a commit that referenced this issue Oct 9, 2023
JohnAlbin added a commit that referenced this issue Oct 10, 2023
JohnAlbin added a commit that referenced this issue Oct 10, 2023
JohnAlbin added a commit that referenced this issue Oct 10, 2023
JohnAlbin added a commit that referenced this issue Oct 10, 2023
@JohnAlbin
Copy link
Collaborator Author

There are 3 failing tests when adding Drupal 10.1 to the CI matrix. I'm splitting getting 10.1 tests working into its own ticket. #547

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling tooling changes (CI, tests, etc.); no code changes
Projects
None yet
Development

No branches or pull requests

1 participant