Skip to content

Commit c52bd01

Browse files
authored
Test on PHP 8.3 (#23)
1 parent c9f767d commit c52bd01

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
stable: true
3939
coverage: false
4040
composer-flags: '--prefer-lowest'
41+
- php: '8.3'
42+
stable: false
43+
coverage: false
44+
composer-flags: '--ignore-platform-req=php+'
4145

4246
steps:
4347
- uses: actions/checkout@v2

src/Json5Decoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ private static function getEscapee(string $ch): ?string
624624
case 'r': return "\r";
625625
case 't': return "\t";
626626
default: return null;
627-
// @codingStandardsIgnoreEnd
627+
// @codingStandardsIgnoreEnd
628628
}
629629
}
630630
}

0 commit comments

Comments
 (0)