Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed Sep 26, 2024
1 parent 95e0020 commit 4d97041
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on:
workflow_dispatch:
push:
branches:
- develop
- '3.x'
pull_request:
branches:
- develop
- '3.x'
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -15,9 +15,9 @@ jobs:
name: ECS
uses: craftcms/.github/.github/workflows/ecs.yml@v2
with:
php_version: '8.0'
php_version: '8.2'
phpstan:
name: PHPStan
uses: craftcms/.github/.github/workflows/phpstan.yml@v2
with:
php_version: '8.0'
php_version: '8.2'

0 comments on commit 4d97041

Please sign in to comment.