We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87c5d1 commit 18e1a98Copy full SHA for 18e1a98
.github/workflows/build-phar.yml
@@ -1,4 +1,4 @@
1
-name: Arkitect
+name: Release Phar
2
3
on:
4
push:
@@ -17,7 +17,7 @@ jobs:
17
- name: Install PHP
18
uses: shivammathur/setup-php@v2
19
with:
20
- php-version: 7.1
+ php-version: 7.3
21
22
- name: Validate composer.json and composer.lock
23
run: composer validate
@@ -37,7 +37,7 @@ jobs:
37
38
args: --prefer-dist --no-dev -o
39
composer_version: 2
40
- php_version: 7.1
+ php_version: 7.3
41
42
- name: "Compile phparkitect phar"
43
run: ./bin/box compile -c ./box.json
.github/workflows/build.yml
@@ -1,11 +1,9 @@
+name: Test
5
branches:
6
- '*'
7
- tags:
8
- - '*'
9
pull_request:
10
11
jobs:
0 commit comments