Skip to content

Commit 4a025c8

Browse files
committed
chore: remove support for Composer v1
1 parent 6269ed6 commit 4a025c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
1616
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
17-
composer-versions: ['composer:v1', 'composer:v2']
17+
composer-versions: ['composer:v2']
1818
dependencies: ["lowest", "highest"]
1919

2020
steps:

0 commit comments

Comments
 (0)