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

[TASK] Remove support for v11.5 and add support for v13.0 #22

Merged
merged 5 commits into from
Apr 19, 2024
Merged

[TASK] Remove support for v11.5 and add support for v13.0 #22

merged 5 commits into from
Apr 19, 2024

Conversation

brotkrueml
Copy link
Contributor

Additionally:

  • Add PHP 8.3 to workflow matrix
  • Use "ubuntu-latest" instead of "ubuntu-22.04" to avoid problems in the future
  • Update "actions/checkout" to version 4
  • Update dev dependencies

Additionally:
- Add PHP 8.3 to workflow matrix
- Use "ubuntu-latest" instead of "ubuntu-22.04" to avoid problems in the future
- Update "actions/checkout" to version 4
- Update dev dependencies
@brotkrueml brotkrueml self-assigned this Feb 18, 2024
@linawolf
Copy link
Member

@brotkrueml the tests are failing, please have a look

@brotkrueml
Copy link
Contributor Author

brotkrueml commented Feb 23, 2024

@linawolf Yup, I know. It seems the "-t" option for "runTests.sh" isn't working (anymore?). Currently, don't know how to fix this, as the script hasn't changed? Maybe I will get rid of this option and let the workflow matrix provide the TYPO3 version.

@brotkrueml brotkrueml marked this pull request as draft February 23, 2024 07:11
@garvinhicking
Copy link

The script uses hardcoded version strings:

=~ ^(11.5|12.0|main)$ ]

If that gets adopted to 13.0 it might do?

@brotkrueml
Copy link
Contributor Author

The script uses hardcoded version strings:

=~ ^(11.5|12.0|main)$ ]

If that gets adopted to 13.0 it might do?

Ah okay, haven't digged into it yet. Then the solution looks pretty easy. Thanks.

@brotkrueml brotkrueml marked this pull request as ready for review April 15, 2024 10:29
@brotkrueml brotkrueml requested a review from linawolf April 15, 2024 10:29
@brotkrueml brotkrueml merged commit 8a80ffb into TYPO3-Documentation:main Apr 19, 2024
5 checks passed
@brotkrueml brotkrueml deleted the update-dependencies branch April 19, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants