Skip to content

Commit

Permalink
CI.yaml: Stop testing on PHP 7.2/7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy committed Apr 15, 2023
1 parent cc299ad commit a03d426
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ jobs:
fail-fast: false
matrix:
include:
# Includes php7.1-8.0, composer 2, php-xdebug, and more
# https://github.com/actions/virtual-environments/blob/ubuntu18/20210318.0/images/linux/Ubuntu1804-README.md#php
- os: ubuntu-18.04
php: "7.2"
- os: ubuntu-18.04
php: "7.3"
# Includes php7.4-8.x, composer 2, php-xdebug, and more
# https://github.com/actions/virtual-environments/blob/ubuntu20/20210318.0/images/linux/Ubuntu2004-README.md#php
- os: ubuntu-20.04
Expand Down

0 comments on commit a03d426

Please sign in to comment.