Run tests on PHP 8.1

This commit is contained in:
Jonny Barnes 2022-06-01 21:28:45 +01:00
parent e3f0bcfb53
commit 31d3ad4b6f

View file

@ -31,7 +31,7 @@ jobs:
- name: Setup PHP with pecl extension
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
tools: phpcs
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.github', '.env');"