Skip to content

Commit

Permalink
Merge pull request #63 from NicoHaase/patch-1
Browse files Browse the repository at this point in the history
Properly run workflows
  • Loading branch information
nicklog authored May 7, 2024
2 parents 19d52f4 + b9fdec3 commit 1341c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
php-versions: [ '8.3', '8.3' ]
php-versions: [ '8.2', '8.3' ]

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

0 comments on commit 1341c31

Please sign in to comment.