Added amqp extension for PHP 8.0 and PHP 8.1

This commit is contained in:
cytopia
2022-01-26 12:50:56 +01:00
parent 9fbdc187d8
commit e10f81915b
4 changed files with 26 additions and 1 deletions

View File

@@ -643,7 +643,7 @@ software_available:
&& su - ${MY_USER} -c '/usr/local/src/brew/bin/brew config' \
laravel:
check: laravel --version | grep -E '(Installer|version)\s*[0-9][.0-9]+'
disabled: [5.2, 5.3, 8.0, 8.1]
disabled: [5.2, 5.3]
5.4:
pre: |
git clone https://github.com/laravel/installer /usr/local/src/laravel-installer \