Skip to content

Commit

Permalink
Merge pull request #117 from erikn69/patch-7
Browse files Browse the repository at this point in the history
PHP 8.4, 8.3 tests
  • Loading branch information
Nielsvanpach authored Nov 6, 2024
2 parents a3bf86d + d3465cc commit 64bfd31
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.2, 8.1, 8.0]
php: [8.4, 8.3, 8.2, 8.1, 8.0]
laravel: [11.*, 10.*, 9.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand All @@ -27,6 +27,12 @@ jobs:
php: 8.0
- laravel: 10.*
php: 8.0
- laravel: 9.*
php: 8.4
- laravel: 8.*
php: 8.4
- laravel: 8.*
php: 8.3

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand Down

0 comments on commit 64bfd31

Please sign in to comment.