Add the 5.5 branch to GitHub workflows
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 10 May 2022 15:33:34 +0000 (17:33 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 10 May 2022 15:33:34 +0000 (17:33 +0200)
.github/workflows/javascript.yml
.github/workflows/php.yml
.github/workflows/templates.yml
.github/workflows/typescript.yml

index 8db898d30b6f541115759f8e8a6f410236e20adf..0000caa4251f573ebe6173f5574c50d843286e5c 100644 (file)
@@ -6,6 +6,7 @@ on:
     - "5.2"
     - "5.3"
     - "5.4"
+    - "5.5"
     - master
   pull_request:
 
index 70fcecdd7b325a1d39f48f2de87d459945aa11e4..7ee11ed7716f050b1e75077767ddc6adae56cec8 100644 (file)
@@ -6,6 +6,7 @@ on:
     - "5.2"
     - "5.3"
     - "5.4"
+    - "5.5"
     - master
   pull_request:
 
index 7634077f10d3c7c426871292c36808c2b89d06b0..4410c4fc723e1f8be442b4c1fcafa8e22f47ce23 100644 (file)
@@ -6,6 +6,7 @@ on:
     - "5.2"
     - "5.3"
     - "5.4"
+    - "5.5"
     - master
   pull_request:
 
index 50d5879d413357e6527207c727b2c1ac728a7217..cbdbff58782da68f0fa370cde86d47296a3a33b3 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches:
     - "5.4"
+    - "5.5"
     - master
   pull_request: