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:
00bc7e9
)
Remove PHP < 8.1 from php.yml workflow
author
Tim Düsterhus
<duesterhus@woltlab.com>
Mon, 9 May 2022 08:59:06 +0000
(10:59 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 10 May 2022 15:34:02 +0000
(17:34 +0200)
.github/workflows/php.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/php.yml
b/.github/workflows/php.yml
index 7ee11ed7716f050b1e75077767ddc6adae56cec8..c8b49dee94bdcba7bba8c44a5e709818afdd0d64 100644
(file)
--- a/
.github/workflows/php.yml
+++ b/
.github/workflows/php.yml
@@
-18,10
+18,6
@@
jobs:
fail-fast: false
matrix:
php:
- - '7.2'
- - '7.3'
- - '7.4'
- - '8.0'
- '8.1'
steps:
- name: Set up PHP