Skip to content

Commit

Permalink
removed 8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
maschmann committed Sep 14, 2024
1 parent e224830 commit 0f52594
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Asm/Ansible/Command/AnsiblePlaybook.php
Original file line number Diff line number Diff line change
Expand Up @@ -725,12 +725,12 @@ public function hostKeyChecking(bool $enable = true): AnsiblePlaybookInterface
}

/**
* Ansible SSH pipelining option
* https://docs.ansible.com/ansible/latest/reference_appendices/config.html#ansible-pipelining
*
* @param bool $enable
* @return AnsiblePlaybookInterface
**/
* Ansible SSH pipelining option
* https://docs.ansible.com/ansible/latest/reference_appendices/config.html#ansible-pipelining
*
* @param bool $enable
* @return AnsiblePlaybookInterface
**/
public function sshPipelining(bool $enable = false): AnsiblePlaybookInterface
{
$enable ?
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "^8.1.0|^8.2.0|^8.3.0",
"psr/log": "^2.0|^3.0",
"symfony/process": "^5.3|^6.0"
"symfony/process": "^5.3|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0|^11.0",
Expand Down

0 comments on commit 0f52594

Please sign in to comment.