Skip to content

Commit

Permalink
Test PHP8.3 / L11 (#455)
Browse files Browse the repository at this point in the history
* Test PHP8.3 / L11

* Update run-tests.yml
  • Loading branch information
barryvdh committed Mar 9, 2024
1 parent 6e4bbc1 commit fef5b8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Expand Up @@ -19,12 +19,12 @@ jobs:

strategy:
matrix:
php: [8.2, 8.1, 8.0]
laravel: [10.*, 9.*]
php: [8.3, 8.2, 8.1]
laravel: [11.*, 10.*, 9.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- laravel: 10.*
php: 8.0
- laravel: 11.*
php: 8.1

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

Expand Down

0 comments on commit fef5b8e

Please sign in to comment.