Enable testing with PHP 8.1

This commit is contained in:
DariusIII
2022-01-17 13:10:08 +01:00
parent 2111eba143
commit 1763c1b4cc
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
extensions: gd, intl, memcached, sodium
composer: v2