Library PHP Tek 2023 Setting up GitHub Actions for your PHP projects
Setting up GitHub Actions for your PHP projects

Log in to watch this talk

You need to be logged in to access this video. If you don't have an account, purchase a virtual pass for the latest php[tek] conference to get access to the full video library.

Setting up GitHub Actions for your PHP projects

Jason McCreary Jason McCreary PHP Tek 2023 Intermediate (some prior knowledge necessary) Standard (50 minutes)

Setting up CI is probably on a list somewhere of something you want to do, but maybe haven't done yet. In this talk, I'll set up a CI using GitHub to run multiple jobs for checking lint and code style as well as running static analysis and tests. I'll also demonstrate how to cache dependencies for faster builds, and even export artifacts so you can use GitHub Actions to generate assets. Don't skip out if you're using another service like Bitbucket or GitLab. Everything I set up in this talk can be done within those services as well and I'll provide an example workflows at the end.