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

index 4b0925d9ffa50aea3b4f9413e8ab96e52e6908c9..7961bf1359416a134779dd7d38ee772c804031f2 100644 (file)
@@ -6,6 +6,7 @@ on:
     - "5.2"
     - "5.3"
     - "5.4"
+    - "5.5"
     - master
   pull_request:
 
index 8e944260f2bf835faddb3a67c6251e894b338e7a..9913c08ca8d5d421826832a3006840057a9bfefa 100644 (file)
@@ -6,6 +6,7 @@ on:
     - "5.2"
     - "5.3"
     - "5.4"
+    - "5.5"
     - master
   pull_request:
 
index b2e8ce2e703410568f36ecce205f86ca7ac45bb9..dadd47747473bae69c76a622097525bf13c0eccc 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches:
     - "5.4"
+    - "5.5"
     - master
   pull_request: