We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3687e50 commit bbb92deCopy full SHA for bbb92de
.github/workflows/php.yml
@@ -1,9 +1,9 @@
1
name: Tests
2
on:
3
push:
4
- branches: [main]
+ branches: [1.x]
5
pull_request:
6
7
schedule:
8
- cron: 0 0 * * *
9
.github/workflows/phpstan-dev.yml
name: PHPStan other versions
jobs:
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
phpstan:
16
- - '1.11.x-dev'
+ - '1.12.x-dev'
17
steps:
18
- name: "Checkout"
19
uses: "actions/checkout@v4"
.github/workflows/release-post.yml
.github/workflows/release-toot.yml
0 commit comments