Skip to content

Commit e1ec3c0

Browse files
drop versions 5.6, 7.0 and 7.1 from test
1 parent c8439b6 commit e1ec3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
operating-system: [ubuntu-20.04]
12-
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
12+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
1313
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)