Skip to content

Commit

Permalink
Update PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
dikastes authored May 14, 2024
1 parent c860d7e commit d4ee955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"ci:php": [ "@ci:php:stan" ],
"ci:php:stan": [ "Build/Scripts/runTests.sh -s phpstan -b docker" ],
"ci:tests": [ "@ci:tests:unit", "@ci:tests:functional" ],
"ci:tests:unit": [ "Build/Scripts/runTests.sh -s unit -b docker" ],
"ci:tests:functional": [ "Build/Scripts/runTests.sh -s functional -b docker" ],
"ci:tests:unit": [ "Build/Scripts/runTests.sh -s unit -b docker -p 8.2" ],
"ci:tests:functional": [ "Build/Scripts/runTests.sh -s functional -b docker -p 8.2" ],
"ci:install": [ "Build/Scripts/runTests.sh -s composerInstall -b docker" ]
},
"config": {
Expand Down

0 comments on commit d4ee955

Please sign in to comment.