Skip to content

Commit ec7952b

Browse files
authored
Update README.md
1 parent 0446be2 commit ec7952b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Swift implementation for GraphQL, a query language for APIs created by Faceb
55
[![Swift][swift-badge]][swift-url]
66
[![License][mit-badge]][mit-url]
77
[![Slack][slack-badge]][slack-url]
8-
[![Travis][travis-badge]][travis-url]
8+
[![GitHub Actions][gh-actions-badge]][gh-actions-url]
99
[![Codebeat][codebeat-badge]][codebeat-url]
1010

1111
Looking for help? Find resources [from the community](http://graphql.org/community/).
@@ -21,13 +21,17 @@ This repo only contains the core GraphQL implementation. For a better experience
2121

2222
This project is released under the MIT license. See [LICENSE](LICENSE) for details.
2323

24-
[swift-badge]: https://img.shields.io/badge/Swift-5.1-orange.svg?style=flat
24+
[swift-badge]: https://img.shields.io/badge/Swift-5.2-orange.svg?style=flat
2525
[swift-url]: https://swift.org
26+
2627
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg?style=flat
2728
[mit-url]: https://tldrlegal.com/license/mit-license
29+
2830
[slack-badge]: http://slack.zewo.io/badge.svg
2931
[slack-url]: http://slack.zewo.io
30-
[travis-badge]: https://travis-ci.org/GraphQLSwift/GraphQL.svg?branch=master
31-
[travis-url]: https://travis-ci.org/GraphQLSwift/GraphQL
32+
33+
[gh-actions-badge]: https://github.com/GraphQLSwift/GraphQL/workflows/Build/badge.svg
34+
[gh-actions-url]: https://github.com/GraphQLSwift/GraphQl/actions?query=workflow%3ABuild
35+
3236
[codebeat-badge]: https://codebeat.co/badges/13293962-d1d8-4906-8e62-30a2cbb66b38
3337
[codebeat-url]: https://codebeat.co/projects/github-com-graphqlswift-graphql

0 commit comments

Comments
 (0)