Skip to content

Commit 1474452

Browse files
author
Sergey Lavrienya
committed
Remove PHP 8.1 and 8.2 from CI pipeline testing matrix
1 parent 8414e3e commit 1474452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
os: >-
1414
['ubuntu-latest']
1515
php: >-
16-
['8.1', '8.2', '8.3', '8.4']
16+
['8.3', '8.4']
1717
stability: >-
1818
['prefer-lowest', 'prefer-stable']

0 commit comments

Comments
 (0)