projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.conversation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a7f738
)
Add PHP 8.2 to the php.yml workflow
author
Tim Düsterhus
<duesterhus@woltlab.com>
Wed, 27 Jul 2022 09:57:43 +0000
(11:57 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Wed, 27 Jul 2022 09:57:43 +0000
(11:57 +0200)
.github/workflows/php.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/php.yml
b/.github/workflows/php.yml
index 4f66de228292ae5954783f70605c5a55c41c9d6e..f50ac2111e5bedb5f26b79cf299c84bfb0da527c 100644
(file)
--- a/
.github/workflows/php.yml
+++ b/
.github/workflows/php.yml
@@
-19,6
+19,7
@@
jobs:
matrix:
php:
- '8.1'
+ - '8.2'
steps:
- name: Set up PHP
uses: shivammathur/setup-php@v2