1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-02 17:07:01 +01:00
This commit is contained in:
loviuz 2021-05-15 12:36:30 +02:00 committed by GitHub
parent ac1a3ac499
commit 4bb2a0b2ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,15 +29,15 @@ jobs:
mysql user: 'root'
mysql password: 'root'
- name: Set up PHP
- name: Set up PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.python-version }}
php-version: ${{ matrix.php-version }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.php-version }}
python-version: ${{ matrix.python-version }}
- name: Install SeleniumBase
uses: actions/checkout@v2