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: |