From 128dc9a49d89db5678c2ea5f2c87bafb79840428 Mon Sep 17 00:00:00 2001 From: ellynoize <111681973+ellynoize@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:42:29 +0600 Subject: [PATCH] Update ci.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Изменена версия php и mysql --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f9ba3c3..be21d4c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,11 +20,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['7.4', '8.0'] + php-version: ['8.1'] bitrix-edition: ['small_business_encode', 'business_encode'] services: mysql: - image: mysql:5.7 + image: mysql:8.0 env: MYSQL_ROOT_PASSWORD: ${{ env.DB_BITRIX_PASS }} MYSQL_DATABASE: bitrix @@ -68,10 +68,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Setup PHP 7.2 + - name: Setup PHP 8.1 uses: shivammathur/setup-php@v2 with: - php-version: 7.2 + php-version: 8.1 ini-values: short_open_tag=On, mbstring.func_overload=2, mbstring.internal_encoding="UTF-8" - name: Build release run: |