Skip to content

Commit

Permalink
Add php version to ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed Apr 10, 2024
1 parent b99a6b6 commit de48b0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: ci
on:
workflow_dispatch:
push:
branches: [ develop-v5 ]
branches:
- develop
- develop-v5
pull_request:
permissions:
contents: read
Expand All @@ -15,6 +17,7 @@ jobs:
uses: statikbe/.github/.github/workflows/ci.yml@main
with:
craft_version: '5'
php_version: '8.2'
jobs: '["ecs", "phpstan"]'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit de48b0f

Please sign in to comment.