projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74661b5
)
Add the 5.5 branch to GitHub workflows
author
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 10 May 2022 15:33:34 +0000
(17:33 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 10 May 2022 15:33:34 +0000
(17:33 +0200)
.github/workflows/javascript.yml
patch
|
blob
|
blame
|
history
.github/workflows/php.yml
patch
|
blob
|
blame
|
history
.github/workflows/templates.yml
patch
|
blob
|
blame
|
history
.github/workflows/typescript.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/javascript.yml
b/.github/workflows/javascript.yml
index 8db898d30b6f541115759f8e8a6f410236e20adf..0000caa4251f573ebe6173f5574c50d843286e5c 100644
(file)
--- a/
.github/workflows/javascript.yml
+++ b/
.github/workflows/javascript.yml
@@
-6,6
+6,7
@@
on:
- "5.2"
- "5.3"
- "5.4"
+ - "5.5"
- master
pull_request:
diff --git
a/.github/workflows/php.yml
b/.github/workflows/php.yml
index 70fcecdd7b325a1d39f48f2de87d459945aa11e4..7ee11ed7716f050b1e75077767ddc6adae56cec8 100644
(file)
--- a/
.github/workflows/php.yml
+++ b/
.github/workflows/php.yml
@@
-6,6
+6,7
@@
on:
- "5.2"
- "5.3"
- "5.4"
+ - "5.5"
- master
pull_request:
diff --git
a/.github/workflows/templates.yml
b/.github/workflows/templates.yml
index 7634077f10d3c7c426871292c36808c2b89d06b0..4410c4fc723e1f8be442b4c1fcafa8e22f47ce23 100644
(file)
--- a/
.github/workflows/templates.yml
+++ b/
.github/workflows/templates.yml
@@
-6,6
+6,7
@@
on:
- "5.2"
- "5.3"
- "5.4"
+ - "5.5"
- master
pull_request:
diff --git
a/.github/workflows/typescript.yml
b/.github/workflows/typescript.yml
index 50d5879d413357e6527207c727b2c1ac728a7217..cbdbff58782da68f0fa370cde86d47296a3a33b3 100644
(file)
--- a/
.github/workflows/typescript.yml
+++ b/
.github/workflows/typescript.yml
@@
-4,6
+4,7
@@
on:
push:
branches:
- "5.4"
+ - "5.5"
- master
pull_request: