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]
|
||||
jobs:
|
||||
installation-tests:
|
||||
name: Installation on ${{ matrix.os }}
|
||||
name: Installation on ${{ runner.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Set up test environment
|
||||
run: php yellow.php skip installation
|
||||
extension-tests:
|
||||
name: Extensions on ${{ matrix.os }}
|
||||
name: Extensions on ${{ runner.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
|
@ -48,7 +48,7 @@ jobs:
|
|||
- name: Run tests
|
||||
run: cd tests; php yellow.php generate tests
|
||||
php-tests:
|
||||
name: PHP ${{ matrix.php }} on ubuntu-latest
|
||||
name: PHP ${{ matrix.php }} on ${{ runner.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
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