projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.exporter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b808617
)
Add PHP 8.3 to the php.yml workflow
author
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 5 Sep 2023 14:50:13 +0000
(16:50 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 5 Sep 2023 14:52:18 +0000
(16:52 +0200)
.github/workflows/php.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/php.yml
b/.github/workflows/php.yml
index 85fb1542703bb522879560bddac9674db050635f..87c86894047918a2b3e0e2355fa6471cd3f0272d 100644
(file)
--- a/
.github/workflows/php.yml
+++ b/
.github/workflows/php.yml
@@
-27,6
+27,7
@@
jobs:
php:
- '8.1'
- '8.2'
+ - '8.3'
steps:
- name: Set up PHP
uses: shivammathur/setup-php@v2