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 9b94ea1 commit 29d8b4eCopy full SHA for 29d8b4e
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ concurrency:
10
cancel-in-progress: true
11
12
jobs:
13
- validate-mergable:
+ validate-master:
14
runs-on: ubuntu-latest
15
steps:
16
- name: "Checkout"
@@ -21,8 +21,8 @@ jobs:
21
- name: "Validate Mergable"
22
run: git merge origin/master --no-commit --ff-only
23
24
- render-php-default:
25
- needs: validate-mergable
+ phpunit-composer-latest:
+ needs: validate-master
26
runs-on: ${{ matrix.operating-system }}
27
28
strategy:
@@ -74,8 +74,8 @@ jobs:
74
- name: "PHPUnit"
75
run: ./vendor/bin/phpunit
76
77
- render-php-lowest:
78
+ phpunit-composer-lowest:
79
80
81
0 commit comments