diff options
| author | jvoisin | 2023-06-25 14:21:07 +0200 |
|---|---|---|
| committer | jvoisin | 2023-06-25 14:21:39 +0200 |
| commit | a3db93c2f18b147c48c6788e91f2eaecca935c61 (patch) | |
| tree | 79a28b255d73203e745dbeb3e72918580e4a9621 | |
| parent | b034a167642faa012bd0afe6fb7b25e60470df46 (diff) | |
Add PHP8.3 to the CI
| -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 ecfd9a7..efdc0a4 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.3-rc | ||
| 14 | - php:8.2 | 15 | - php:8.2 |
| 15 | - php:8.1 | 16 | - php:8.1 |
| 16 | - php:8.0 | 17 | - php:8.0 |
