Skip to content

Commit

Permalink
update workflows for 1.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mglaman committed Nov 19, 2024
1 parent 3687e50 commit bbb92de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 50 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Tests
on:
push:
branches: [main]
branches: [1.x]
pull_request:
branches: [main]
branches: [1.x]
schedule:
- cron: 0 0 * * *

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/phpstan-dev.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: PHPStan other versions
on:
push:
branches: [main]
branches: [1.x]
pull_request:
branches: [main]
branches: [1.x]
schedule:
- cron: 0 0 * * *
jobs:
Expand All @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
phpstan:
- '1.11.x-dev'
- '1.12.x-dev'
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/release-post.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/release-toot.yml

This file was deleted.

0 comments on commit bbb92de

Please sign in to comment.