Skip to content

Commit a362ca9

Browse files
authored
Merge pull request #138 from Yoast/JRF/ghactions-run-against-php83
GH Actions: enable linting and testing against PHP 8.3
2 parents 09d7a2d + cfd0440 commit a362ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
strategy:
4343
matrix:
44-
php_version: ['5.4', '5.5', '5.6', '7.0', '7.2', '7.3', '7.4', '8.0', '8.1']
44+
php_version: ['5.4', '5.5', '5.6', '7.0', '7.2', '7.3', '7.4', '8.0', '8.1', '8.3']
4545
coverage: [false]
4646

4747
# Run code coverage only on high/medium/low PHP.

0 commit comments

Comments
 (0)