Skip to content

Commit 76ca104

Browse files
committed
add support for PHP 8.2
1 parent fee4446 commit 76ca104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-version: ['8.0', '8.1']
15+
php-version: ['8.0', '8.1', '8.2-rc']
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Cache Composer dependencies
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
php-version: ${{ matrix.php-version }}
2626
tools: composer:v2
27-
- run: composer install
27+
- run: composer install --ignore-platform-reqs
2828
shell: bash
2929
- run: composer test
3030
shell: bash

0 commit comments

Comments
 (0)