Skip to content

Commit c098292

Browse files
committed
Use Opus 4.8
1 parent 0462614 commit c098292

5 files changed

Lines changed: 5 additions & 5 deletions

.github/workflows/claude-fix-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
git config user.name "phpstan-bot"
9090
git config user.email "ondrej+phpstanbot@mirtes.cz"
9191
92-
claude --model claude-opus-4-6 \
92+
claude --model claude-opus-4-8 \
9393
--dangerously-skip-permissions \
9494
-p "$(cat << 'PROMPT_EOF'
9595
You are working on phpstan/phpstan-src, the source code of PHPStan - a PHP static analysis tool.

.github/workflows/claude-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ jobs:
382382
git config user.name "phpstan-bot"
383383
git config user.email "ondrej+phpstanbot@mirtes.cz"
384384
385-
claude --model claude-opus-4-6 \
385+
claude --model claude-opus-4-8 \
386386
--dangerously-skip-permissions \
387387
--output-format text \
388388
-p "$PROMPT" \

.github/workflows/claude-update-config-parameters-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
git config user.name "phpstan-bot"
4848
git config user.email "ondrej+phpstanbot@mirtes.cz"
4949
50-
claude --model claude-opus-4-6 \
50+
claude --model claude-opus-4-8 \
5151
--dangerously-skip-permissions \
5252
-p "$(cat << 'PROMPT_EOF'
5353

.github/workflows/claude-update-phpdoc-tags-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
git config user.name "phpstan-bot"
4848
git config user.email "ondrej+phpstanbot@mirtes.cz"
4949
50-
claude --model claude-opus-4-6 \
50+
claude --model claude-opus-4-8 \
5151
--dangerously-skip-permissions \
5252
-p "$(cat << 'PROMPT_EOF'
5353

.github/workflows/claude-update-phpdoc-types-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
git config user.name "phpstan-bot"
4848
git config user.email "ondrej+phpstanbot@mirtes.cz"
4949
50-
claude --model claude-opus-4-6 \
50+
claude --model claude-opus-4-8 \
5151
--dangerously-skip-permissions \
5252
-p "$(cat << 'PROMPT_EOF'
5353

0 commit comments

Comments
 (0)