Skip to content

Commit abf6327

Browse files
authored
Merge pull request #5 from WyriHaximus/add-action-config
Add Action configuration
2 parents d86c397 + b4edda4 commit abf6327

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

action.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: 'Supported PHP Versions'
2+
description: 'Fetches the currently supported PHP versions from php.net'
3+
branding:
4+
icon: 'list'
5+
color: 'green'
6+
outputs:
7+
versions:
8+
description: 'JSON array with the supported versions'
9+
runs:
10+
using: 'docker'
11+
image: 'Dockerfile'

0 commit comments

Comments
 (0)