Skip to content

Commit 747c12a

Browse files
committed
Mention GitHub actions in CI
1 parent 60359a5 commit 747c12a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_posts/12-05-01-Building-your-Application.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ Managing and configuring servers can be a daunting task when faced with many ser
7070
*-- Martin Fowler*
7171

7272
There are different ways to implement continuous integration for PHP. [Travis CI] has done a great job of
73-
making continuous integration a reality even for small projects. Travis CI is a hosted continuous integration service
74-
for the open source community. It is integrated with GitHub and offers first class support for many languages including
75-
PHP.
73+
making continuous integration a reality even for small projects. Travis CI is a hosted continuous integration service.
74+
It can be integrated with GitHub and offers support for many languages including PHP.
75+
GitHub has continuous integration workflows with [GitHub Actions][github_actions].
7676

7777
#### Further reading:
7878

@@ -105,3 +105,4 @@ PHP.
105105
[ansible_for_devops]: https://leanpub.com/ansible-for-devops
106106
[ansible_for_aws]: https://leanpub.com/ansible-for-aws
107107
[an_ansible_tutorial]: https://serversforhackers.com/an-ansible-tutorial
108+
[github_actions]: https://docs.github.com/en/actions

0 commit comments

Comments
 (0)