Skip to content

Commit

Permalink
CI require framework ^5 to fix GitHub actions (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish authored Oct 19, 2023
1 parent d0015d6 commit 0dc0bba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
],
"require": {
"dnadesign/silverstripe-elemental": "^5.0",
"dynamic/silverstripe-geocoder": "^3.0"
"dynamic/silverstripe-geocoder": "^3.0",
"silverstripe/framework": "^5.0"
},
"require-dev": {
"silverstripe/recipe-testing": "^2"
"silverstripe/recipe-testing": "^3"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/silverstripe/cms/tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="elemental-stat-counters">
<testsuite name="Default">
<directory>tests/</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 0dc0bba

Please sign in to comment.