Skip to content

Commit

Permalink
Tweak CI matrix (#3119)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Apr 17, 2023
1 parent 385f654 commit 5f3a3db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f3a3db

Please sign in to comment.