diff options
| author | jvoisin | 2022-03-20 18:35:31 +0100 |
|---|---|---|
| committer | jvoisin | 2022-03-20 18:35:31 +0100 |
| commit | 70aae5917737e42f392edc00ceb7af35b7740eb8 (patch) | |
| tree | 8d8e6e4c0a2ffd6b4548ca95c98d5e7d6b61ca3d | |
| parent | 28a11c126d2305cbff31343245b76ea3b3cfd1f5 (diff) | |
Re-enable old php version in the CI
| -rw-r--r-- | .github/workflows/builds.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 706238d..7a7c9b6 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml | |||
| @@ -15,6 +15,9 @@ jobs: | |||
| 15 | - php:8.0 | 15 | - php:8.0 |
| 16 | - php:7.4 | 16 | - php:7.4 |
| 17 | - php:7.3 | 17 | - php:7.3 |
| 18 | - php:7.2 | ||
| 19 | - php:7.1 | ||
| 20 | - php:7.0 | ||
| 18 | container: ${{ matrix.container }} | 21 | container: ${{ matrix.container }} |
| 19 | steps: | 22 | steps: |
| 20 | - name: Checkout code | 23 | - name: Checkout code |
