Skip to content

Commit be53799

Browse files
authored
[TASK] Run the unit tests up to PHP 8.3 (MyIntervals#447)
1 parent f9cae12 commit be53799

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: [ '7.2', '7.3' ]
44+
php-version: [ '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)