|
1 | 1 | # Zephir Parser
|
2 | 2 |
|
3 | 3 | [![Actions Status][actions badge]][actions link]
|
4 |
| -[![Build on Windows][:badge-appveyor:]][:build-appveyor:] |
5 | 4 | [![Coverage Status][:badge-codecov:]][:build-codecov:]
|
6 | 5 | [![License][:badge-license:]][:ext-license:]
|
| 6 | +[![Discord][:badge-discord:]][discord link] |
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**, **7.4** and **8.0** |
| 10 | +Supported PHP versions: **7.0**, **7.1**, **7.2**, **7.3**, **7.4** and **8.0** |
11 | 11 |
|
12 | 12 | **NOTE:** The [`development`][:dev-branch:]
|
13 | 13 | branch will always contain the latest **unstable** version. If you wish to
|
@@ -145,12 +145,12 @@ Zephir Parser is open source software licensed under the MIT License (MIT).
|
145 | 145 | See the [LICENSE][:ext-license:] file for more information.
|
146 | 146 |
|
147 | 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 |
| 148 | +[actions badge]: https://github.com/zephir-lang/php-zephir-parser/actions/workflows/ci.yml/badge.svg |
149 | 149 |
|
150 |
| -[:badge-appveyor:]: https://ci.appveyor.com/api/projects/status/r4k8baw1iy54v2wt/branch/development?svg=true |
| 150 | +[discord link]: http://phalcon.io/discord |
| 151 | +[:badge-discord:]: https://img.shields.io/discord/310910488152375297?label=Discord&logo=discord |
151 | 152 | [:badge-codecov:]: https://codecov.io/gh/phalcon/php-zephir-parser/branch/development/graph/badge.svg
|
152 | 153 | [:badge-license:]: https://img.shields.io/badge/license-MIT-brightgreen.svg
|
153 |
| -[:build-appveyor:]: https://ci.appveyor.com/project/sergeyklay/php-zephir-parser/branch/master |
154 | 154 | [:build-codecov:]: https://codecov.io/gh/phalcon/php-zephir-parser
|
155 | 155 | [:ext-license:]: https://github.com/phalcon/php-zephir-parser/blob/master/LICENSE
|
156 | 156 | [:latest-release:]: https://github.com/phalcon/php-zephir-parser/releases/latest
|
|
0 commit comments