Skip to content

Commit 0b40ae0

Browse files
committed
Also test on PHP 8.1
1 parent bbdd2e6 commit 0b40ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
fail-fast: false
7070
matrix:
71-
php: ['7.1', '7.2', '7.3', '7.4', '8.0'] #, '8.1'
71+
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
7272
steps:
7373
- name: Setup PHP
7474
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)