File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: L10n Update
33on :
44 push :
55 branches :
6- - master
6+ - main
77
88jobs :
99 trigger-update :
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: PHP Tests
33on :
44 push :
55 branches :
6- - master
6+ - main
77 - release/*
88 pull_request :
99 branches :
10- - master
10+ - main
1111
1212jobs :
1313 lint :
Original file line number Diff line number Diff line change 11# Icinga PHP Library - Web Components
22
33[ ![ PHP Support] ( https://img.shields.io/badge/php-%3E%3D%207.0-777BB4?logo=PHP )] ( https://php.net/ )
4- ![ Build Status] ( https://github.com/Icinga/ipl-web/workflows/PHP%20Tests/badge.svg?branch=master )
4+ ![ Build Status] ( https://github.com/Icinga/ipl-web/workflows/PHP%20Tests/badge.svg?branch=main )
55
66` ipl/web ` provides common web components.
77
Original file line number Diff line number Diff line change 2020 "php" : " >=7.2" ,
2121 "ext-json" : " *" ,
2222 "psr/http-message" : " ^1.0" ,
23- "ipl/html" : " dev-master " ,
23+ "ipl/html" : " dev-main " ,
2424 "ipl/validator" : " @dev" ,
2525 "ipl/i18n" : " >=0.2.0" ,
2626 "ipl/scheduler" : " >=0.1.0" ,
You can’t perform that action at this time.
0 commit comments