Skip to content

Commit 18e1a98

Browse files
author
Michele Orselli
committed
split workflow names
1 parent e87c5d1 commit 18e1a98

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/build-phar.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Arkitect
1+
name: Release Phar
22

33
on:
44
push:
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install PHP
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: 7.1
20+
php-version: 7.3
2121

2222
- name: Validate composer.json and composer.lock
2323
run: composer validate
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
args: --prefer-dist --no-dev -o
3939
composer_version: 2
40-
php_version: 7.1
40+
php_version: 7.3
4141

4242
- name: "Compile phparkitect phar"
4343
run: ./bin/box compile -c ./box.json

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
name: Arkitect
1+
name: Test
22

33
on:
44
push:
55
branches:
66
- '*'
7-
tags:
8-
- '*'
97
pull_request:
108

119
jobs:

0 commit comments

Comments
 (0)