Update GitHub action to test for PHP 8.0, PHP 8.1 (#199)

This commit is contained in:
Abijeet Patro
2022-01-19 11:25:04 +05:30
committed by GitHub
parent b25ce367fb
commit 5c40f1f70b

View File

@@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php: [7.4]
php: [7.4, 8.0, 8.1]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with: