Skip to content

Commit 3916082

Browse files
committed
php 8.4 required
1 parent e2593c0 commit 3916082

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
phpunit:
2121
strategy:
2222
matrix:
23-
php_version: [8.2, 8.3, 8.4]
23+
php_version: [8.4]
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v2

.idea/php.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=8.2",
18+
"php": ">=8.4",
1919
"open-telemetry/sdk": "*",
2020
"open-telemetry/exporter-otlp": "*",
2121
"ext-opentelemetry": "*",

0 commit comments

Comments
 (0)