Skip to content

Commit

Permalink
Update php.yml: Fix matrix php_version (#3)
Browse files Browse the repository at this point in the history
workflows/php.yml: Fix matrix php-version
  • Loading branch information
talkinnl authored Apr 4, 2024
1 parent 5d76619 commit 1fea90e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: ["8.2", "8.3"]
php-version:
- "8.2"
- "8.3"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1fea90e

Please sign in to comment.