Updated system tests
This commit is contained in:
parent
9fce7f19fc
commit
df183e14b8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/system-tests.yml
vendored
6
.github/workflows/system-tests.yml
vendored
|
@ -4,7 +4,7 @@ name: System tests
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
installation-tests:
|
installation-tests:
|
||||||
name: Installation on ${{ matrix.os }}
|
name: Installation on ${{ runner.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Set up test environment
|
- name: Set up test environment
|
||||||
run: php yellow.php skip installation
|
run: php yellow.php skip installation
|
||||||
extension-tests:
|
extension-tests:
|
||||||
name: Extensions on ${{ matrix.os }}
|
name: Extensions on ${{ runner.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
@ -48,7 +48,7 @@ jobs:
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cd tests; php yellow.php generate tests
|
run: cd tests; php yellow.php generate tests
|
||||||
php-tests:
|
php-tests:
|
||||||
name: PHP ${{ matrix.php }} on ubuntu-latest
|
name: PHP ${{ matrix.php }} on ${{ runner.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0]
|
php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0]
|
||||||
|
|
Loading…
Reference in a new issue