mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +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]
|
||||
include:
|
||||
- php: '8.1'
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
os: ubuntu-latest
|
||||
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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user