drop 7.3
This commit is contained in:
parent
7605be8059
commit
050e6e6751
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php: ['7.3', '7.4', '8.0']
|
php: ['7.4', '8.0']
|
||||||
|
|
||||||
name: Linting - PHP ${{ matrix.php }}
|
name: Linting - PHP ${{ matrix.php }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue