diff options
| author | Ben Fuhrmannek | 2021-08-07 22:46:56 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-08-07 22:46:56 +0200 |
| commit | 0a46dd342641c97f88bc172c077b6b0c5c70451a (patch) | |
| tree | a4dd03399c9fd77c4f5371956fcb9ba92c6d74f9 /.github/workflows/builds.yml | |
| parent | 1dfc52900e842c388dae28cc44fa08452b82c006 (diff) | |
reverse build matrix
Diffstat (limited to '.github/workflows/builds.yml')
| -rw-r--r-- | .github/workflows/builds.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 67c1135..46eb6f1 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml | |||
| @@ -7,12 +7,12 @@ jobs: | |||
| 7 | strategy: | 7 | strategy: |
| 8 | matrix: | 8 | matrix: |
| 9 | container: | 9 | container: |
| 10 | - php:7.0 | ||
| 11 | - php:7.1 | ||
| 12 | - php:7.2 | ||
| 13 | - php:7.3 | ||
| 14 | - php:7.4 | ||
| 15 | - php:8.0 | 10 | - php:8.0 |
| 11 | - php:7.4 | ||
| 12 | - php:7.3 | ||
| 13 | - php:7.2 | ||
| 14 | - php:7.1 | ||
| 15 | - php:7.0 | ||
| 16 | container: ${{ matrix.container }} | 16 | container: ${{ matrix.container }} |
| 17 | steps: | 17 | steps: |
| 18 | - name: Checkout code | 18 | - name: Checkout code |
