We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0907c8 commit 0406661Copy full SHA for 0406661
.github/workflows/ci-precise-versions.yml
@@ -0,0 +1,15 @@
1
+name: precise-versions
2
+
3
+on: [push]
4
5
+jobs:
6
+ build-test:
7
+ runs-on: ubuntu-latest
8
9
+ steps:
10
+ - uses: actions/checkout@v3
11
12
+ - name: Test precise versions
13
+ uses: php-actions/composer@87-precise-versions
14
+ with:
15
+ only_args: --version
composer.json
@@ -21,6 +21,7 @@
21
},
22
23
"scripts": {
24
- "env-test": "ExampleComposer\\Debug::inspectEnvironmentVariables"
+ "env-test": "ExampleComposer\\Debug::inspectEnvironmentVariables",
25
+ "show-version": "ExampleComposer\\Debug::showVersion"
26
}
27
0 commit comments