Skip to content

Commit

Permalink
Exclude PHP 8.1 + PSR-7 1.7 from CI build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Mar 7, 2022
1 parent 1ee2896 commit 5f49aa2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -49,6 +49,9 @@ jobs:
psr7: '^1.7@dev'
- php: '7.4'
psr7: '^2.0@dev'
exclude:
- php: '8.1'
psr7: '^1.7'

steps:
- name: Set up PHP
Expand Down

0 comments on commit 5f49aa2

Please sign in to comment.