This is a docker container for running Laravel tests in Github actions.
PHP version | Link | Status | Container Tag |
---|---|---|---|
8.4 | 🔗 | kirschbaumdevelopment/laravel-test-runner:8.4 | |
8.3 | 🔗 | kirschbaumdevelopment/laravel-test-runner:8.3 | |
8.2 | 🔗 | kirschbaumdevelopment/laravel-test-runner:8.2 | |
8.1 | 🔗 | kirschbaumdevelopment/laravel-test-runner:8.1 | |
8.0 | 🔗 | kirschbaumdevelopment/laravel-test-runner:8.0 | |
7.4 | 🔗 | kirschbaumdevelopment/laravel-test-runner:7.4 | |
7.3 | 🔗 | kirschbaumdevelopment/laravel-test-runner:7.3 | |
7.2 | 🔗 | kirschbaumdevelopment/laravel-test-runner:7.2 | |
7.1 | 🔗 | kirschbaumdevelopment/laravel-test-runner:7.1 |
You may want to check this blog post on how to use this container to run your Laravel tests with Github Actions.
In case you need any custom extensions, the container is running Ubuntu, so you can simply install them:
apt-get install -y php8.2-bz2
Example on Github actions:
- name: Install additional PHP extensions
run: apt-get install -y php8.2-bz2 php8.2-soap
If you have any issues running your tests with this container, please open an issue or send a pull request.
Development of this package is sponsored by Kirschbaum Development Group, a developer driven company focused on problem solving, team building, and community. Learn more about us or join us!
The MIT License (MIT). Please see License File for more information.