Skip to content

Commit 8681394

Browse files
committed
Use current HEAD of the main branch in tests
Before this chage, we were using a hard-coded version from composer.json. Now that the version is based on tags, use `dev-main` in integration tests.
1 parent 9f64495 commit 8681394

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/Integration/laravel/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": "^8.4",
1919
"laravel/framework": "^12.0",
2020
"laravel/tinker": "^3.0",
21-
"appsignal/appsignal-php": "^0.1.0",
21+
"appsignal/appsignal-php": "dev-main",
2222
"open-telemetry/opentelemetry-auto-laravel": "^1.4"
2323
},
2424
"require-dev": {
@@ -94,4 +94,4 @@
9494
},
9595
"minimum-stability": "stable",
9696
"prefer-stable": true
97-
}
97+
}

tests/Integration/symfony/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"symfony/routing": "8.0.*",
2222
"symfony/runtime": "8.0.*",
2323
"symfony/yaml": "8.0.*",
24-
"appsignal/appsignal-php": "^0.1.0",
24+
"appsignal/appsignal-php": "dev-main",
2525
"open-telemetry/opentelemetry-auto-symfony": "^1.1"
2626
},
2727
"config": {

tests/Integration/vanilla/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=8.4",
14-
"appsignal/appsignal-php": "^0.1.0",
14+
"appsignal/appsignal-php": "dev-main",
1515
"monolog/monolog": "^3.10",
1616
"symfony/http-client": "^7.2"
1717
},

0 commit comments

Comments
 (0)