Run PHP 8.1 in CI
This commit is contained in:
parent
e4f46608bd
commit
18980f9b50
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- php-versions: '7.1'
|
- php-versions: '7.1'
|
||||||
cs-fixer: false
|
cs-fixer: false
|
||||||
|
- php-versions: '8.1'
|
||||||
|
cs-fixer: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue