Skip to content

Commit

Permalink
Merge pull request #2 from WebFiori/dev
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
usernane authored Feb 6, 2023
2 parents 8ae72a7 + 2af3d96 commit 5309b7c
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,18 @@ Basic data structures used by WebFiori framework.
</p>

## Supported PHP Versions
| Build Status |
|:-----------:|
|<a target="_blank" href="https://github.com/WebFiori/collections/actions/workflows/php70.yml"><img src="https://github.com/WebFiori/collections/workflows/Build%20PHP%207.0/badge.svg?branch=master"></a>|
|<a target="_blank" href="https://github.com/WebFiori/collections/actions/workflows/php71.yml"><img src="https://github.com/WebFiori/collections/workflows/Build%20PHP%207.1/badge.svg?branch=master"></a>|
|<a target="_blank" href="https://github.com/WebFiori/collections/actions/workflows/php72.yml"><img src="https://github.com/WebFiori/collections/workflows/Build%20PHP%207.2/badge.svg?branch=master"></a>|
|<a target="_blank" href="https://github.com/WebFiori/collections/actions/workflows/php73.yml"><img src="https://github.com/WebFiori/collections/workflows/Build%20PHP%207.3/badge.svg?branch=master"></a>|
|<a target="_blank" href="https://github.com/WebFiori/collections/actions/workflows/php74.yml"><img src="https://github.com/WebFiori/collections/workflows/Build%20PHP%207.4/badge.svg?branch=master"></a>|
|<a target="_blank" href="https://github.com/WebFiori/collections/actions/workflows/php80.yml"><img src="https://github.com/WebFiori/collections/workflows/Build%20PHP%208.0/badge.svg?branch=master"></a>|
|<a target="_blank" href="https://github.com/WebFiori/collections/actions/workflows/php81.yml"><img src="https://github.com/WebFiori/collections/workflows/Build%20PHP%208.1/badge.svg?branch=master"></a>|
|<a target="_blank" href="https://github.com/WebFiori/collections/actions/workflows/php82.yml"><img src="https://github.com/WebFiori/collections/workflows/Build%20PHP%208.2/badge.svg?branch=master"></a><br>(dev)|
| Build Status |
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
| <a target="_blank" href="https://github.com/WebFiori/collections/actions/workflows/php70.yml"><img src="https://github.com/WebFiori/collections/workflows/Build%20PHP%207.0/badge.svg?branch=master"></a> |
| <a target="_blank" href="https://github.com/WebFiori/collections/actions/workflows/php71.yml"><img src="https://github.com/WebFiori/collections/workflows/Build%20PHP%207.1/badge.svg?branch=master"></a> |
| <a target="_blank" href="https://github.com/WebFiori/collections/actions/workflows/php72.yml"><img src="https://github.com/WebFiori/collections/workflows/Build%20PHP%207.2/badge.svg?branch=master"></a> |
| <a target="_blank" href="https://github.com/WebFiori/collections/actions/workflows/php73.yml"><img src="https://github.com/WebFiori/collections/workflows/Build%20PHP%207.3/badge.svg?branch=master"></a> |
| <a target="_blank" href="https://github.com/WebFiori/collections/actions/workflows/php74.yml"><img src="https://github.com/WebFiori/collections/workflows/Build%20PHP%207.4/badge.svg?branch=master"></a> |
| <a target="_blank" href="https://github.com/WebFiori/collections/actions/workflows/php80.yml"><img src="https://github.com/WebFiori/collections/workflows/Build%20PHP%208.0/badge.svg?branch=master"></a> |
| <a target="_blank" href="https://github.com/WebFiori/collections/actions/workflows/php81.yml"><img src="https://github.com/WebFiori/collections/workflows/Build%20PHP%208.1/badge.svg?branch=master"></a> |
| <a target="_blank" href="https://github.com/WebFiori/collections/actions/workflows/php82.yml"><img src="https://github.com/WebFiori/collections/workflows/Build%20PHP%208.2/badge.svg?branch=master"></a> |

## Supported Collections
* Linked List
* Stack
* Queue

0 comments on commit 5309b7c

Please sign in to comment.