Skip to content

Commit 1dbbccb

Browse files
authored
[TASK] Also PHP-lint with PHP 8.3 on CI (#477)
This is the backport of #426 to the maintenance branch.
1 parent 95d641d commit 1dbbccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
strategy:
1818
matrix:
19-
php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
19+
php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
2020

2121
steps:
2222
- name: Checkout

0 commit comments

Comments
 (0)