-
Notifications
You must be signed in to change notification settings - Fork 0
41 lines (36 loc) · 927 Bytes
/
php.yml
File metadata and controls
41 lines (36 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: php
on: workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
haxe-version:
#- '4.0.0'
#- '4.0.1'
#- '4.0.2'
#- '4.0.3'
#- '4.0.5'
#- '4.1.0'
#- '4.1.1'
#- '4.1.2'
#- '4.1.3'
#- '4.1.4'
#- '4.1.5'
#- '4.2.0'
#- '4.2.1'
- '4.2.2'
- '4.2.3'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn
- run: yarn lix install haxe ${{ matrix.haxe-version }}
- run: git config user.name "Github Action"
- run: git config user.email "github-action@users.noreply.github.com"
- run: yarn build:php
- run: yarn publish:php
- run: yarn version:php