Skip to content

Commit a03d426

Browse files
committed
CI.yaml: Stop testing on PHP 7.2/7.3
1 parent cc299ad commit a03d426

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/CI.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
include:
13-
# Includes php7.1-8.0, composer 2, php-xdebug, and more
14-
# https://github.com/actions/virtual-environments/blob/ubuntu18/20210318.0/images/linux/Ubuntu1804-README.md#php
15-
- os: ubuntu-18.04
16-
php: "7.2"
17-
- os: ubuntu-18.04
18-
php: "7.3"
1913
# Includes php7.4-8.x, composer 2, php-xdebug, and more
2014
# https://github.com/actions/virtual-environments/blob/ubuntu20/20210318.0/images/linux/Ubuntu2004-README.md#php
2115
- os: ubuntu-20.04

0 commit comments

Comments
 (0)