Skip to content

Commit d234a19

Browse files
authored
[TASK] Run the tests with PHP versions up to 8.3 (#697)
1 parent c339830 commit d234a19

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
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4' ]
44+
php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
4545

4646
steps:
4747
- name: Checkout

0 commit comments

Comments
 (0)