Skip to content

Commit f34bcdd

Browse files
committed
Test with PHP 8.1
1 parent 77f15a7 commit f34bcdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ jobs:
8181
runs-on: ubuntu-20.04
8282
strategy:
8383
matrix:
84-
php: [7.4, 8.0]
84+
php: ["7.4", "8.0", "8.1"]
8585
dependencies: ["", --prefer-lowest]
8686
name: PHP ${{ matrix.php }} Test ${{ matrix.dependencies }}
8787

8888
steps:
8989
- uses: actions/checkout@v2
9090

9191
- name: Install PHP
92-
uses: shivammathur/setup-php@2.9.0
92+
uses: shivammathur/setup-php@v2
9393
with:
9494
php-version: ${{ matrix.php }}
9595
coverage: none

0 commit comments

Comments
 (0)