Releases: ubient/laravel-vapor-action
Releases · ubient/laravel-vapor-action
2.0.0
- Upgrade to Composer 2.0 & add support for PHP 8 (#19)
1.2.2
- Ensure that the latest Vapor CLI is always being used (instead of relying on the one that's shipped/locked to the image) (dd7f9ff)
If you'd like to use an older version of the Docker image, you may do so by locking it to that version instead of using latest
.
1.2.1
- Fixed PHP 7.4 support due to missing oniguruma library (required by PHP mbstring) (#16)
1.2.0
- Added automatic Docker Image building, tagging & publishing.
- Added Docker Image method (allowing for the most performant build times so far!)
1.1.0
1.1.0 - 2020-04-05
- New and improved approach (that supersedes this Action in a way) thanks to @kurucu.
- Updated README.md
1.0.4
- Pins composer to 1.9.0 to fix an “oniguruma” dependency issue (#5)
1.0.3
- Update actions.yml (Github Actions syntax) (#4)
1.0.2
- Add missing libxml2-dev (see #1, #3)
1.0.1
- Adds missing PHP extensions, as required by Laravel 6 (see #2)