Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffordvickrey committed Oct 10, 2023
1 parent a38ef04 commit 8a353b5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:

runs-on: ubuntu-latest

strategy:
matrix:
php-version:
- "8.2"

steps:
- uses: actions/checkout@v3

Expand All @@ -32,4 +37,4 @@ jobs:
run: composer run-script analyse

- name: Run Psalm
- run: composer run-script psalm
run: composer run-script psalm

0 comments on commit 8a353b5

Please sign in to comment.