Skip to content

Commit dc59a32

Browse files
authored
Merge pull request #6 from mmachatschek/test_php8.1
Test PHP 8.1
2 parents 336ed32 + b2cd070 commit dc59a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install PHP
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: 8.0
20+
php-version: 8.1
2121
- name: Install dependencies
2222
run: composer update --prefer-dist --no-progress
2323
- name: Run types tests with PHPStan
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
php: ['8.0']
31+
php: ['8.0', '8.1']
3232
stability: [prefer-lowest, prefer-stable]
3333

3434
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

0 commit comments

Comments
 (0)