diff options
| author | jvoisin | 2025-08-31 16:05:44 +0200 |
|---|---|---|
| committer | jvoisin | 2025-09-01 13:49:08 +0200 |
| commit | ee5e383c6bbca94d5f93134510468b3fe87a470c (patch) | |
| tree | f18914001702afe16a0fc1be7d08087447055d6b /.github/workflows | |
| parent | 1c7598c432551d0c49c2c57f249ccd5ccabce638 (diff) | |
Add support for PHP8.5
Diffstat (limited to '.github/workflows')
| -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 e46b1bc..81122a1 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.5.0beta2 | ||
| 14 | - php:8.4 | 15 | - php:8.4 |
| 15 | - php:8.3 | 16 | - php:8.3 |
| 16 | - php:8.2 | 17 | - php:8.2 |
