Skip to content

Commit

Permalink
Update issue-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Feb 25, 2024
1 parent 873bf9a commit 985637a
Show file tree
Hide file tree
Showing 4 changed files with 319 additions and 358 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-issue-bot.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.1"
php-version: "8.3"

- name: "Install dependencies"
run: "composer install --no-interaction --no-progress"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/issue-bot.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.1"
php-version: "8.3"

- name: "Install Issue Bot dependencies"
working-directory: "issue-bot"
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.1"
php-version: "8.3"

- name: "Install dependencies"
run: "composer install --no-interaction --no-progress --no-dev"
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.1"
php-version: "8.3"

- name: "Install Issue Bot dependencies"
working-directory: "issue-bot"
Expand Down
4 changes: 2 additions & 2 deletions issue-bot/composer.json
@@ -1,7 +1,7 @@
{
"name": "phpstan/changelog-generator",
"name": "phpstan/issue-bot",
"require": {
"php": "^8.1",
"php": "^8.3",
"guzzlehttp/guzzle": "^7.5",
"knplabs/github-api": "^3.9",
"league/commonmark": "^2.3",
Expand Down

0 comments on commit 985637a

Please sign in to comment.