Skip to content

Commit

Permalink
update test runners
Browse files Browse the repository at this point in the history
  • Loading branch information
fowles committed Oct 17, 2023
1 parent b4abcef commit 3f05c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_php_ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3f05c09

Please sign in to comment.