Skip to content

Commit 2ee3c7e

Browse files
authored
Remove 7.2 from CI
1 parent 8a88fd1 commit 2ee3c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
operating-system: ['ubuntu-latest']
19-
php-versions: [5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2]
19+
php-versions: [5.3, 5.4, 5.5, 5.6, 7.0, 7.1]
2020
steps:
2121
- name: Setup PHP, with composer and extensions
2222
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php

0 commit comments

Comments
 (0)