mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 02:07:23 +01:00
Splits 8.1 OS jobs
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -14,8 +14,14 @@ jobs:
|
|||||||
experimental: [false]
|
experimental: [false]
|
||||||
include:
|
include:
|
||||||
- php: '8.1'
|
- php: '8.1'
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: ubuntu-latest
|
||||||
experimental: true
|
experimental: true
|
||||||
|
- php: '8.1'
|
||||||
|
os: macos-latest
|
||||||
|
experimental: true
|
||||||
|
- php: '8.1'
|
||||||
|
os: windows-latest
|
||||||
|
experimental: true
|
||||||
|
|
||||||
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
|
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user