Skip to content

Commit 29d8b4e

Browse files
author
Alex Westergaard
committed
Update CI action naming
1 parent 9b94ea1 commit 29d8b4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
jobs:
13-
validate-mergable:
13+
validate-master:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: "Checkout"
@@ -21,8 +21,8 @@ jobs:
2121
- name: "Validate Mergable"
2222
run: git merge origin/master --no-commit --ff-only
2323

24-
render-php-default:
25-
needs: validate-mergable
24+
phpunit-composer-latest:
25+
needs: validate-master
2626
runs-on: ${{ matrix.operating-system }}
2727

2828
strategy:
@@ -74,8 +74,8 @@ jobs:
7474
- name: "PHPUnit"
7575
run: ./vendor/bin/phpunit
7676

77-
render-php-lowest:
78-
needs: validate-mergable
77+
phpunit-composer-lowest:
78+
needs: validate-master
7979
runs-on: ${{ matrix.operating-system }}
8080

8181
strategy:

0 commit comments

Comments
 (0)