There was an error while loading. Please reload this page.
1 parent cc299ad commit a03d426Copy full SHA for a03d426
.github/workflows/CI.yaml
@@ -10,12 +10,6 @@ jobs:
10
fail-fast: false
11
matrix:
12
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
18
- php: "7.3"
19
# Includes php7.4-8.x, composer 2, php-xdebug, and more
20
# https://github.com/actions/virtual-environments/blob/ubuntu20/20210318.0/images/linux/Ubuntu2004-README.md#php
21
- os: ubuntu-20.04
0 commit comments