Skip to content

Commit

Permalink
Update PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
dikastes committed May 14, 2024
1 parent d4ee955 commit bf3d1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ci:tests": [ "@ci:tests:unit", "@ci:tests:functional" ],
"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" ]
"ci:install": [ "Build/Scripts/runTests.sh -s composerInstall -b docker -p 8.2" ]
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit bf3d1aa

Please sign in to comment.