|
|
|
@ -16,7 +16,7 @@ env: |
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|
phpunit: |
|
|
|
phpunit: |
|
|
|
name: "PHPUnit (PHP ${{ matrix.php }})" |
|
|
|
name: "PHPUnit (PHP ${{ matrix.php }})" |
|
|
|
runs-on: "ubuntu-22.04" |
|
|
|
runs-on: "ubuntu-latest" |
|
|
|
|
|
|
|
|
|
|
|
strategy: |
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
@ -66,7 +66,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
phpunit-coverage: |
|
|
|
phpunit-coverage: |
|
|
|
name: "PHPUnit coverage (PHP ${{ matrix.php }})" |
|
|
|
name: "PHPUnit coverage (PHP ${{ matrix.php }})" |
|
|
|
runs-on: "ubuntu-22.04" |
|
|
|
runs-on: "ubuntu-latest" |
|
|
|
|
|
|
|
|
|
|
|
strategy: |
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
@ -117,7 +117,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
phpunit-lowest: |
|
|
|
phpunit-lowest: |
|
|
|
name: "PHPUnit lowest deps (PHP ${{ matrix.php }})" |
|
|
|
name: "PHPUnit lowest deps (PHP ${{ matrix.php }})" |
|
|
|
runs-on: "ubuntu-22.04" |
|
|
|
runs-on: "ubuntu-latest" |
|
|
|
|
|
|
|
|
|
|
|
strategy: |
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
@ -158,7 +158,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
phpunit-composerv2: |
|
|
|
phpunit-composerv2: |
|
|
|
name: "PHPUnit with Composer v1 (PHP ${{ matrix.php }})" |
|
|
|
name: "PHPUnit with Composer v1 (PHP ${{ matrix.php }})" |
|
|
|
runs-on: "ubuntu-20.04" |
|
|
|
runs-on: "ubuntu-latest" |
|
|
|
|
|
|
|
|
|
|
|
strategy: |
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
|