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:
8ace463
)
Add PHP 8.1 to the php.yml workflow
author
Tim Düsterhus
<duesterhus@woltlab.com>
Thu, 5 May 2022 12:52:05 +0000
(14:52 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Thu, 5 May 2022 12:52:05 +0000
(14:52 +0200)
.github/workflows/php.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/php.yml
b/.github/workflows/php.yml
index 28898239b1f68b1930dd5ad895709c9a90be3f4d..70fcecdd7b325a1d39f48f2de87d459945aa11e4 100644
(file)
--- a/
.github/workflows/php.yml
+++ b/
.github/workflows/php.yml
@@
-21,6
+21,7
@@
jobs:
- '7.3'
- '7.4'
- '8.0'
+ - '8.1'
steps:
- name: Set up PHP
uses: shivammathur/setup-php@v2