Skip to content

Commit

Permalink
Bump to 8.2, lower schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Aug 16, 2023
1 parent 2e49d39 commit b3514db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on:
push:
branches:
- main
- '*.*.x'
pull_request:
schedule:
- cron: '0 0 * * *'
- cron: '0 0 * * 0'

jobs:
coding-standards:
uses: alleyinteractive/.github/.github/workflows/php-coding-standards.yml@main
with:
php: '8.1'
php: '8.2'
4 changes: 4 additions & 0 deletions .github/workflows/node-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Node Tests

on:
push:
branches:
- main
- '*.*.x'
pull_request:

jobs:
Expand Down

0 comments on commit b3514db

Please sign in to comment.