mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19: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:
|
||||
- 3306/tcp
|
||||
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:
|
||||
- name: Start MySQL
|
||||
run: |
|
||||
@ -77,7 +81,7 @@ jobs:
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: 8.0
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
extensions: mbstring, dom, fileinfo, mysql, json, xml, pdo, pdo_mysql
|
||||
|
||||
- name: Get composer cache directory
|
||||
|
Loading…
x
Reference in New Issue
Block a user