Update test matrix to 8.0

PiperOrigin-RevId: 574210079
pull/14447/head
Matt Kulukundis 1 year ago committed by Copybara-Service
parent c458944280
commit cbef12f8cf
  1. 2
      .github/workflows/test_php_ext.yml

@ -41,7 +41,7 @@ jobs:
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:

Loading…
Cancel
Save