diff options
| author | jvoisin | 2022-12-10 12:00:36 +0100 |
|---|---|---|
| committer | jvoisin | 2022-12-11 18:36:26 +0100 |
| commit | eb570f29daa42fd8b90ecfff75382846e51b3a15 (patch) | |
| tree | 5d14199f0e9f97ec521aa69d2c55f14b21d94db7 /.github | |
| parent | 808e7bff7e17b4f22a64120162734301aa065db0 (diff) | |
Add support for PHP8.2
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/builds.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 7a7c9b6..a1206ea 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml | |||
| @@ -11,6 +11,7 @@ jobs: | |||
| 11 | strategy: | 11 | strategy: |
| 12 | matrix: | 12 | matrix: |
| 13 | container: | 13 | container: |
| 14 | - php:8.2 | ||
| 14 | - php:8.1 | 15 | - php:8.1 |
| 15 | - php:8.0 | 16 | - php:8.0 |
| 16 | - php:7.4 | 17 | - php:7.4 |
