Skip to content

Commit

Permalink
ci: Test against correct call_summary_bot version
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Jul 29, 2024
1 parent 9966571 commit 9bfa332
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
php-versions: ['8.2']
server-versions: ['stable27']
guests-versions: ['stable2.5']
call-summary-bot-versions: ['main']
call-summary-bot-versions: ['stable27']
notifications-versions: ['stable27']

services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
php-versions: ['8.2']
server-versions: ['stable27']
guests-versions: ['stable2.5']
call-summary-bot-versions: ['main']
call-summary-bot-versions: ['stable27']
notifications-versions: ['stable27']

services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
php-versions: ['8.2']
server-versions: ['stable27']
guests-versions: ['stable2.5']
call-summary-bot-versions: ['main']
call-summary-bot-versions: ['stable27']
notifications-versions: ['stable27']

services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
php-versions: ['8.2']
server-versions: ['stable27']
guests-versions: ['stable2.5']
call-summary-bot-versions: ['main']
call-summary-bot-versions: ['stable27']
notifications-versions: ['stable27']

steps:
Expand Down

0 comments on commit 9bfa332

Please sign in to comment.