Skip to content

Commit

Permalink
chore(ci): drop PHP 7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
  • Loading branch information
jfcherng authored and ktomk committed Dec 11, 2021
1 parent 55dfce3 commit dd317d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
machine: ['ubuntu-18.04']
php-version: ['7.0', '7.1', '7.2', '7.3', '7.4']
php-version: ['7.1', '7.2', '7.3', '7.4']
run-job: ['env.1', 'env.2']
experimental: [false]
include:
Expand Down

0 comments on commit dd317d5

Please sign in to comment.