Skip to content

Commit

Permalink
add patches to install
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 1, 2024
1 parent a5223e7 commit 502edb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bare_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_version: ['7.2', '7.3', '7.4', '8.0']
php_version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']

steps:
-
Expand Down
7 changes: 6 additions & 1 deletion build/target-repository/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
},
"bin": [
"bin/vendor-patches"
]
],
"config": {
"allow-plugins": {
"cweagans/composer-patches": true
}
}
}

0 comments on commit 502edb5

Please sign in to comment.