mirror of
https://github.com/php/phd.git
synced 2026-03-23 22:52:05 +01:00
use 7.1 as minimum PHP version for CI smoke test
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -4,7 +4,7 @@ jobs:
|
||||
ubuntu:
|
||||
strategy:
|
||||
matrix:
|
||||
version: ['5.6', '7.2', '7.4', '8.1']
|
||||
version: ['7.1', '7.2', '7.4', '8.1']
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout PhD
|
||||
|
||||
Reference in New Issue
Block a user