Skip to content

Commit 470be7b

Browse files
committed
ignore older PHP versions
1 parent 421ba4f commit 470be7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10
1616
strategy:
1717
matrix:
18-
php-versions: ['7.0', '7.2', '7.3', '7.4', '8.0']
18+
php-versions: ['7.2', '7.3', '7.4', '8.0']
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v3

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ npm-debug.log
77
package-lock.json
88
composer.lock
99
.DS_Store
10+
.vscode/settings.json

0 commit comments

Comments
 (0)