-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix #351 * fix documentation requirements, remove unused links in docs * add badges, remove old contacts from README.md
- Loading branch information
Showing
10 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Run Block Storage Integration Tests | ||
name: Block Storage Integration Tests | ||
|
||
on: | ||
workflow_dispatch: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Run Compute Integration Tests | ||
name: Compute Integration Tests | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Run Identity Integration Tests | ||
name: Identity Integration Tests | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Run Images Integration Tests | ||
name: Images Integration Tests | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Run Networking Integration Tests | ||
name: Networking Integration Tests | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Run Unit Tests | ||
name: Unit Tests | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Welcome to the OpenStack SDK for PHP! | |
Requirements | ||
------------ | ||
|
||
* PHP 7 | ||
* PHP >= 7, < 9 | ||
* cURL extension | ||
|
||
Installation | ||
|
@@ -41,13 +41,7 @@ Supported services | |
Help and support | ||
---------------- | ||
|
||
If you have specific problems or bugs with this SDK, please file an issue on our official `Github repo`_. We also | ||
have a `mailing list`_, so feel free to join to keep up to date with all the latest changes and announcements to the | ||
library. | ||
|
||
For general feedback and support requests, send an email to [email protected]. | ||
|
||
You can also find assistance via IRC on #rackspace at freenode.net. | ||
If you have specific problems or bugs with this SDK, please file an issue on our official `Github repo`_. | ||
|
||
Contributing | ||
------------ | ||
|
@@ -57,5 +51,4 @@ If you'd like to contribute to the project, or require help running the unit/int | |
|
||
.. _Composer installation instructions: `https://getcomposer.org/doc/00-intro.md` | ||
.. _Github repo: `https://github.com/php-opencloud/openstack` | ||
.. _mailing list: `https://groups.google.com/forum/#!forum/php-opencloud` | ||
.. _contributing guidelines: `https://github.com/php-opencloud/openstack/blob/master/CONTRIBUTING.md` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters