Skip to content

Commit bbb92de

Browse files
committed
update workflows for 1.x branch
1 parent 3687e50 commit bbb92de

File tree

4 files changed

+5
-50
lines changed

4 files changed

+5
-50
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Tests
22
on:
33
push:
4-
branches: [main]
4+
branches: [1.x]
55
pull_request:
6-
branches: [main]
6+
branches: [1.x]
77
schedule:
88
- cron: 0 0 * * *
99

.github/workflows/phpstan-dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: PHPStan other versions
22
on:
33
push:
4-
branches: [main]
4+
branches: [1.x]
55
pull_request:
6-
branches: [main]
6+
branches: [1.x]
77
schedule:
88
- cron: 0 0 * * *
99
jobs:
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
phpstan:
16-
- '1.11.x-dev'
16+
- '1.12.x-dev'
1717
steps:
1818
- name: "Checkout"
1919
uses: "actions/checkout@v4"

.github/workflows/release-post.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/release-toot.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)