Skip to content

Commit

Permalink
Test PHP 8.4, 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 committed Oct 31, 2024
1 parent 600d8b1 commit 6bdc7b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [7.4, 8.0, 8.1, 8.2]
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
laravel: [8.*, 9.*, 10.*, 11.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand All @@ -22,6 +22,12 @@ jobs:
- laravel: 11.*
testbench: 9.*
exclude:
- laravel: 8.*
php: 8.4
- laravel: 8.*
php: 8.3
- laravel: 9.*
php: 8.4
- laravel: 9.*
php: 7.4
- laravel: 10.*
Expand All @@ -39,7 +45,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache dependencies
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"require-dev": {
"mockery/mockery": "^1.4",
"orchestra/testbench": "^6.24|^7.0|^8.0|^9.0",
"pestphp/pest-plugin-laravel": "^1.3|^2.1",
"phpunit/phpunit": "^9.6|^10.5",
"pestphp/pest-plugin-laravel": "^1.3|^2.1|^3.0",
"phpunit/phpunit": "^9.6|^10.5|^11.1",
"spatie/temporary-directory": "^1.2",
"vimeo/psalm": "^4.2|^5.20"
},
Expand Down
1 change: 0 additions & 1 deletion tests/MorphMapCommandsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Spatie\LaravelMorphMapGenerator\Cache\MorphMapCacheDriver;
use Spatie\LaravelMorphMapGenerator\Commands\CacheMorphMapCommand;
use Spatie\LaravelMorphMapGenerator\Commands\ClearMorphMapCommand;

use Spatie\TemporaryDirectory\TemporaryDirectory;

beforeEach(function () {
Expand Down

0 comments on commit 6bdc7b8

Please sign in to comment.