| commit | cbef12f8cf99d13bf4684273b16554d517d809f0 | [log] [tgz] |
|---|---|---|
| author | Matt Kulukundis <kfm@google.com> | Tue Oct 17 11:17:41 2023 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Tue Oct 17 11:26:04 2023 -0700 |
| tree | ffe64b274800bca0e98bfa8f08e3fc39642ff896 | |
| parent | c458944280145b814b75603eb0b2baa417736ac9 [diff] |
Update test matrix to 8.0 PiperOrigin-RevId: 574210079
diff --git a/.github/workflows/test_php_ext.yml b/.github/workflows/test_php_ext.yml index ec65715..e80afa0 100644 --- a/.github/workflows/test_php_ext.yml +++ b/.github/workflows/test_php_ext.yml
@@ -41,7 +41,7 @@ strategy: fail-fast: false # Don't cancel all jobs if one fails. matrix: - version: ["7.4", "8.1", "8.2"] + version: ["8.0", "8.1", "8.2"] name: Build ${{ matrix.version }} runs-on: ubuntu-latest steps: