Merge pull request #20 from jkaninda/8.0

8.0
This commit is contained in:
2022-10-28 16:00:12 +02:00
committed by GitHub
3 changed files with 7 additions and 16 deletions

View File

@@ -3,18 +3,12 @@ name: ci
on: on:
push: push:
branches: branches:
- 'master' - '**'
- '8.1'
- '8.0'
- '7.4'
- '7.2'
pull_request: pull_request:
types:
- closed
branches: branches:
- 'master' - '**'
- '8.1'
- '8.0'
- '7.4'
- '7.2'
env: env:
#BRANCH_NAME: ${{ github.head_ref || github.ref_name }} #BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

View File

@@ -61,11 +61,8 @@ RUN docker-php-ext-install pdo_mysql
RUN docker-php-ext-install pdo_pgsql RUN docker-php-ext-install pdo_pgsql
# Get latest Composer # Install Composer
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
# Install Laravel Envoy
RUN composer global require "laravel/envoy=~1.0"
# Set working directory # Set working directory
WORKDIR $WORKDIR WORKDIR $WORKDIR

View File

@@ -13,7 +13,7 @@
## Specifications: ## Specifications:
* PHP 8.1 / 8.0 / 7.4 / 7.2 * PHP 8.2 / 8.1 / 8.0 / 7.4 / 7.2
* Composer * Composer
* OpenSSL PHP Extension * OpenSSL PHP Extension
* XML PHP Extension * XML PHP Extension