1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-04-21 15:12:19 +02:00

Tweak CI matrix (#3119)

This commit is contained in:
Graham Campbell 2023-04-17 17:20:58 +01:00 committed by GitHub
parent 385f6547c7
commit 5f3a3db101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,17 +43,17 @@ jobs:
max-parallel: 10
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
psr7: ['^1.9', '^2.4']
psr7: ['^1.9.1', '^2.4.5']
include:
- php: '8.0'
psr7: '^1.9@dev'
psr7: '^1.9.1@dev'
- php: '8.2'
psr7: '^2.4@dev'
psr7: '^2.5.0@dev'
exclude:
- php: '8.1'
psr7: '^1.9'
psr7: '^1.9.1'
- php: '8.2'
psr7: '^1.9'
psr7: '^1.9.1'
steps:
- name: Set up PHP