Skip to content

Commit 0406661

Browse files
author
Greg Bowler
committed
wip: show version
1 parent e0907c8 commit 0406661

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Diff for: .github/workflows/ci-precise-versions.yml

+15
Original file line numberDiff line numberDiff line change
@@ -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

Diff for: composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
},
2222

2323
"scripts": {
24-
"env-test": "ExampleComposer\\Debug::inspectEnvironmentVariables"
24+
"env-test": "ExampleComposer\\Debug::inspectEnvironmentVariables",
25+
"show-version": "ExampleComposer\\Debug::showVersion"
2526
}
2627
}

0 commit comments

Comments
 (0)