Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Nov 25, 2024
1 parent 5721b6f commit 6338791
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-pest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.4, 8.3, 8.2]
php: [8.4]
stability: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.3, 8.2, 8.1]
php: [8.4]
stability: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^8.2"
"php": "^8.4"
},
"require-dev": {
:require_dev_testing,
Expand Down
2 changes: 1 addition & 1 deletion configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function setupTestingLibrary(string $testingLibrary): void
);

replace_in_file(__DIR__.'/composer.json', [
':require_dev_testing' => '"pestphp/pest": "^2.20"',
':require_dev_testing' => '"pestphp/pest": "^3.0"',
':scripts_testing' => '"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/pest --coverage"',
':plugins_testing' => '"pestphp/pest-plugin": true',
Expand Down

0 comments on commit 6338791

Please sign in to comment.