Skip to content

Commit d8d9f8a

Browse files
committed
Remove the extra version check
1 parent fc5d153 commit d8d9f8a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
php-version: ${{ matrix.php }}
1919
coverage: none
2020

21-
- run: php --version
22-
2321
- name: Checkout code
2422
uses: actions/checkout@v2
2523

@@ -44,8 +42,6 @@ jobs:
4442
php-version: '7.3'
4543
coverage: none
4644

47-
- run: php --version
48-
4945
- name: Checkout code
5046
uses: actions/checkout@v2
5147

0 commit comments

Comments
 (0)