File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed
Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 2828 - name : Setup PHP
2929 uses : shivammathur/setup-php@v2
3030 with :
31- php-version : ' 5.6 '
31+ php-version : ' 8.2 '
3232
3333 - name : Create snapshot/nightly
3434 if : success()
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ which can be integrated as library into Icinga Web 2.
66## Requirements
77
88* [ Icinga Web 2] ( https://github.com/Icinga/icingaweb2 ) (>= 2.9)
9- * PHP (>= 7.2.9 )
9+ * PHP (>= 8.2 )
1010
1111## Installation
1212
Original file line number Diff line number Diff line change 88
99## Docker Example
1010
11- docker run -it -v $(pwd):/tmp/pwd -w /tmp/pwd -v $(realpath ~/.gitconfig):/tmp/user/.gitconfig -e "HOME=/tmp/user" -u $(id -u):$(id -g) dev-docker_web72 bin/make-release.sh 1.0.0 --no-tag
11+ docker run -it -v $(pwd):/tmp/pwd -w /tmp/pwd -v $(realpath ~/.gitconfig):/tmp/user/.gitconfig -e "HOME=/tmp/user" -u $(id -u):$(id -g) dev-docker_web82 bin/make-release.sh 1.0.0 --no-tag
Original file line number Diff line number Diff line change 66 "license" : " MIT" ,
77 "config" : {
88 "sort-packages" : true ,
9- "platform" : {
10- "php" : " 7.2.9"
11- },
129 "allow-plugins" : {
1310 "cweagans/composer-patches" : true
1411 }
1714 "issues" : " https://github.com/Icinga/icinga-php-thirdparty/issues"
1815 },
1916 "require" : {
20- "php" : " >=7.2.9 <= 8.2" ,
17+ "php" : " >=8.2" ,
2118 "ext-curl" : " *" ,
2219 "clue/block-react" : " ^1.5" ,
2320 "clue/connection-manager-extra" : " ^1.3" ,
7370 "extra" : {
7471 "composer-exit-on-patch-failure" : true ,
7572 "patches" : {
76- "ramsey/collection" : {
77- "Collection: Add PHP 8.1 support" : " patches/ramsey-collection.patch"
78- },
7973 "shardj/zf1-future" : {
8074 "ZF1-Future: ZF backward compatibility" : " patches/shardj-zf1-future.patch"
8175 }
You can’t perform that action at this time.
0 commit comments