Skip to content

Commit 2655807

Browse files
committed
style: updatte some
1 parent 371d863 commit 2655807

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [7.3]
16+
php: [8.0]
1717

1818
steps:
1919
- name: Checkout

Diff for: test/Helper/FlagHelperTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*/
1111
class FlagHelperTest extends TestCase
1212
{
13-
1413
public function testIsValidArgName1(): void
1514
{
1615
$this->assertTrue(FlagHelper::isValidName('arg0'));

0 commit comments

Comments
 (0)