Add daily email for 2024-04-12
Drupal Rector and the Project Update Bot
This commit is contained in:
parent
5d6f775fcd
commit
5074cc34a9
24
source/_daily_emails/2024-04-12.md
Normal file
24
source/_daily_emails/2024-04-12.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
---
|
||||||
|
title: Drupal Rector and the Project Update Bot
|
||||||
|
date: 2024-04-12
|
||||||
|
permalink: archive/2024/04/12/drupal-rector-and-the-project-update-bot
|
||||||
|
tags:
|
||||||
|
- software-development
|
||||||
|
- drupal
|
||||||
|
- php
|
||||||
|
cta: d7eol
|
||||||
|
snippet: |
|
||||||
|
How do I know the SpeakerDeck Field module still works on Drupal 10 and 11?
|
||||||
|
---
|
||||||
|
|
||||||
|
[In Wednesday's email][wednesday], I said I was resurrecting the Speakerdeck Field module, and the same version works on Drupal 8, 9, 10 and 11.
|
||||||
|
|
||||||
|
How do I know this?
|
||||||
|
|
||||||
|
One of my favourite PHP libraries is Rector - a tool for upgrading code to the newest versions of PHP or, in this case, Drupal using Drupal Rector.
|
||||||
|
|
||||||
|
It runs automatically on modules, including Speakerdeck Field, via the Project Upgrade Bot and generates a set of updates to apply.
|
||||||
|
|
||||||
|
CI pipelines with GitLab CI and a reliable test suite make it much easier to upgrade modules to the latest Drupal version and ensure they still work.
|
||||||
|
|
||||||
|
[wednesday]: {{site.url}}/archive/2024/04/10/resurrecting-the-speakerdeck-field-module
|
Loading…
Reference in a new issue