Skip to content

Commit 53f2b80

Browse files
authored
Merge pull request #3 from dotgksh/support-php82
Support PHP 8.2
2 parents d64c391 + 5ef4fce commit 53f2b80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ ubuntu-latest, macos-latest ]
12-
php: [ 8.0, 8.1 ]
12+
php: [ 8.0, 8.1, 8.2, 8.3 ]
1313
dependency-version: [ prefer-lowest, prefer-stable ]
1414

1515
name: Tests P${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"require": {
2626
"php": "^8.0",
27-
"symfony/process": "^6.0"
27+
"symfony/process": "^6.0|^7.0"
2828
},
2929
"require-dev": {
3030
"pestphp/pest": "^1.21",

0 commit comments

Comments
 (0)