Skip to content

Commit a9a6f09

Browse files
authored
add php 8.4 to test workflow (#111)
* add php 8.4 to test workflow * php-cs-fixer ignore env * fix typo
1 parent c3d5acf commit a9a6f09

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- "8.1"
1515
- "8.2"
1616
- "8.3"
17+
- "8.4"
1718

1819
runs-on: ubuntu-latest
1920

@@ -31,3 +32,5 @@ jobs:
3132

3233
- name: "Run test suite"
3334
run: "composer tests"
35+
env:
36+
PHP_CS_FIXER_IGNORE_ENV: true

src/Control/Option.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static function some($value): self
4646
/**
4747
* @phpstan-return Option<T>
4848
*
49-
* @psalm-return Option<none>
49+
* @psalm-return Option<None>
5050
*/
5151
public static function none(): self
5252
{

0 commit comments

Comments
 (0)