1
0
Fork 0
mirror of synced 2025-04-03 13:53:32 +03:00

Update ci.yml

Изменена версия php и mysql
This commit is contained in:
ellynoize 2024-10-03 15:42:29 +06:00 committed by GitHub
parent 8af83ec071
commit 128dc9a49d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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