Skip to content

Commit d26ae47

Browse files
committed
Add PHP 8.3 and remove 8.0 and 8.1
1 parent 912d882 commit d26ae47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
php-versions: ['7.4', '8.0', '8.1', '8.2']
37+
php-versions: ['7.4', '8.3']
3838

3939
steps:
4040
- name: Checkout

0 commit comments

Comments
 (0)