Skip to content

Commit

Permalink
Merge pull request #38 from zKoz210/fixed-ci-php-81
Browse files Browse the repository at this point in the history
Fixed tests for PHP 8.2
  • Loading branch information
freekmurze committed May 16, 2023
2 parents d40d626 + 55532ab commit 575df36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1, 8.0]
php: [8.2, 8.1, 8.0]
stability: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Expand Up @@ -25,9 +25,8 @@
"ext-pcntl": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.16",
"nesbot/carbon": "^2.47",
"pestphp/pest": "^1.22",
"nesbot/carbon": "^2.66",
"pestphp/pest": "^1.23",
"phpunit/phpunit": "^9.5",
"spatie/ray": "^1.10"
},
Expand Down

0 comments on commit 575df36

Please sign in to comment.