|
1 | 1 | # Zephir Parser |
2 | 2 |
|
3 | | -[![Build on Linux][:badge-travis:]][:build-travis:] |
4 | | -[![Build status][:badge-appveyor:]][:build-appveyor:] |
| 3 | +[![Actions Status][actions badge]][actions link] |
| 4 | +[![Build on Windows][:badge-appveyor:]][:build-appveyor:] |
5 | 5 | [![Coverage Status][:badge-codecov:]][:build-codecov:] |
6 | 6 | [![License][:badge-license:]][:ext-license:] |
7 | 7 |
|
8 | 8 | The Zephir Parser delivered as a C extension for the PHP language. |
9 | 9 |
|
10 | | -Supported PHP versions: **7.0**, **7.1**, **7.2**, **7.3** and **7.4** (nightly). |
| 10 | +Supported PHP versions: **7.0**, **7.1**, **7.2**, **7.3** and **7.4**. |
11 | 11 |
|
12 | 12 | **NOTE:** The [`development`][:dev-branch:] |
13 | 13 | branch will always contain the latest **unstable** version. If you wish to |
@@ -123,30 +123,33 @@ var_dump($retval); |
123 | 123 |
|
124 | 124 | ## Sponsors |
125 | 125 |
|
126 | | -Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/phalcon#sponsor)] |
| 126 | +Become a sponsor and get your logo on our README on Github with a link to your site. |
| 127 | +[[Become a sponsor](https://opencollective.com/phalcon#sponsor)] |
127 | 128 |
|
128 | 129 | <a href="https://opencollective.com/phalcon/#contributors"> |
129 | | -<img src="https://opencollective.com/phalcon/tiers/sponsors.svg?avatarHeight=48&width=800"> |
| 130 | +<img src="https://opencollective.com/phalcon/tiers/sponsors.svg?avatarHeight=48&width=800" alt=""> |
130 | 131 | </a> |
131 | 132 |
|
132 | 133 | ## Backers |
133 | 134 |
|
134 | | -Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/phalcon#backer)] |
| 135 | +Support us with a monthly donation and help us continue our activities. |
| 136 | +[[Become a backer](https://opencollective.com/phalcon#backer)] |
135 | 137 |
|
136 | 138 | <a href="https://opencollective.com/phalcon/#contributors"> |
137 | | -<img src="https://opencollective.com/phalcon/tiers/backers.svg?avatarHeight=48&width=800&height=200"> |
| 139 | +<img src="https://opencollective.com/phalcon/tiers/backers.svg?avatarHeight=48&width=800&height=200" alt=""> |
138 | 140 | </a> |
139 | 141 |
|
140 | 142 | ## License |
141 | 143 |
|
142 | 144 | Zephir Parser is open source software licensed under the MIT License (MIT). |
143 | 145 | See the [LICENSE][:ext-license:] file for more information. |
144 | 146 |
|
145 | | -[:badge-travis:]: https://travis-ci.org/phalcon/php-zephir-parser.svg?branch=development |
| 147 | +[actions link]: https://github.com/phalcon/php-zephir-parser/actions |
| 148 | +[actions badge]: https://github.com/phalcon/php-zephir-parser/workflows/build/badge.svg |
| 149 | + |
146 | 150 | [:badge-appveyor:]: https://ci.appveyor.com/api/projects/status/r4k8baw1iy54v2wt/branch/development?svg=true |
147 | 151 | [:badge-codecov:]: https://codecov.io/gh/phalcon/php-zephir-parser/branch/development/graph/badge.svg |
148 | 152 | [:badge-license:]: https://img.shields.io/badge/license-MIT-brightgreen.svg |
149 | | -[:build-travis:]: https://travis-ci.org/phalcon/php-zephir-parser |
150 | 153 | [:build-appveyor:]: https://ci.appveyor.com/project/sergeyklay/php-zephir-parser/branch/master |
151 | 154 | [:build-codecov:]: https://codecov.io/gh/phalcon/php-zephir-parser |
152 | 155 | [:ext-license:]: https://github.com/phalcon/php-zephir-parser/blob/master/LICENSE |
|
0 commit comments