Skip to content

Commit 17b008c

Browse files
committed
ci: test PHP 8.3 support
Signed-off-by: Tom Carrio <[email protected]>
1 parent c7ccafd commit 17b008c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
operating-system: [ubuntu-latest]
23-
php-version: ['8.0', '8.1', '8.2', '8.3]
23+
php-version: ['8.0', '8.1', '8.2', '8.3']
2424

2525
steps:
2626
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)