Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Releases: ubient/laravel-vapor-action

2.0.0

12 May 18:25
0bcdb81
Compare
Choose a tag to compare
  • Upgrade to Composer 2.0 & add support for PHP 8 (#19)

1.2.2

12 May 17:52
dd7f9ff
Compare
Choose a tag to compare
  • 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

12 May 17:50
d06b689
Compare
Choose a tag to compare
  • Fixed PHP 7.4 support due to missing oniguruma library (required by PHP mbstring) (#16)

1.2.0

29 Apr 12:40
55b81e8
Compare
Choose a tag to compare
  • Added automatic Docker Image building, tagging & publishing.
  • Added Docker Image method (allowing for the most performant build times so far!)

1.1.0

05 Apr 10:19
e6d7225
Compare
Choose a tag to compare

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

10 Dec 19:33
Compare
Choose a tag to compare
  • Pins composer to 1.9.0 to fix an “oniguruma” dependency issue (#5)

1.0.3

19 Nov 12:25
4cae55b
Compare
Choose a tag to compare
  • Update actions.yml (Github Actions syntax) (#4)

1.0.2

19 Nov 11:45
eff77a8
Compare
Choose a tag to compare
  • Add missing libxml2-dev (see #1, #3)

1.0.1

15 Nov 23:04
Compare
Choose a tag to compare
  • Adds missing PHP extensions, as required by Laravel 6 (see #2)

1.0.0

25 Sep 20:46
Compare
Choose a tag to compare

Initial Release