mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
bring back matrix, wasn't the issue
This commit is contained in:
parent
4bd761c726
commit
2acec4df12
6
.github/workflows/cypress.yml
vendored
6
.github/workflows/cypress.yml
vendored
@ -19,6 +19,10 @@ jobs:
|
|||||||
ports:
|
ports:
|
||||||
- 3306/tcp
|
- 3306/tcp
|
||||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
php-versions: [ '7.4', '8.0', '8.1' ]
|
||||||
steps:
|
steps:
|
||||||
- name: Start MySQL
|
- name: Start MySQL
|
||||||
run: |
|
run: |
|
||||||
@ -77,7 +81,7 @@ jobs:
|
|||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: 8.0
|
php-version: ${{ matrix.php-versions }}
|
||||||
extensions: mbstring, dom, fileinfo, mysql, json, xml, pdo, pdo_mysql
|
extensions: mbstring, dom, fileinfo, mysql, json, xml, pdo, pdo_mysql
|
||||||
|
|
||||||
- name: Get composer cache directory
|
- name: Get composer cache directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user