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 4, 2022
1 parent 0572f16 commit 46e408f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -50,6 +50,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 46e408f

Please sign in to comment.