diff options
| author | jvoisin | 2025-07-15 22:04:58 +0200 |
|---|---|---|
| committer | jvoisin | 2025-07-15 22:04:58 +0200 |
| commit | 87c5fbe30b6d9adce299d261183ccd9f85b4fa1f (patch) | |
| tree | 408c230602cb047fbb87876ea43689ed128492a3 /.github/workflows | |
| parent | 7e6822a7b470ab5fcda123927357019842cdb957 (diff) | |
Bump the CI to PHP8.4, now that it's released
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 72294f1..ee87474 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml | |||
| @@ -11,7 +11,7 @@ jobs: | |||
| 11 | strategy: | 11 | strategy: |
| 12 | matrix: | 12 | matrix: |
| 13 | container: | 13 | container: |
| 14 | - php:8.4-rc | 14 | - php:8.4 |
| 15 | - php:8.3 | 15 | - php:8.3 |
| 16 | - php:8.2 | 16 | - php:8.2 |
| 17 | - php:8.1 | 17 | - php:8.1 |
