Skip to content

Commit

Permalink
chore: update tests CI for stable29
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
  • Loading branch information
andrey18106 committed Sep 26, 2024
1 parent 760f8df commit 26e9df4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Tests - Deploy

on:
pull_request:
branches: [stable29]
push:
branches: [main]
branches: [stable29]
workflow_dispatch:

permissions:
Expand All @@ -25,8 +26,6 @@ jobs:
include:
- server-version: "stable29"
php-version: "8.2"
- server-version: "master"
php-version: "8.3"

services:
postgres:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests-special.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Tests Special

on:
pull_request:
branches: [stable29]
push:
branches: [main]
branches: [stable29]
workflow_dispatch:

permissions:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Tests

on:
pull_request:
branches: [stable29]
push:
branches: [main]
branches: [stable29]
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -33,8 +34,6 @@ jobs:
include:
- server-version: "stable29"
php-version: "8.2"
- server-version: "master"
php-version: "8.3"
env:
DATABASE_PGSQL: 1

Expand Down

0 comments on commit 26e9df4

Please sign in to comment.