Skip to content

Commit

Permalink
chore(tests): update PHP and Laravel versions
Browse files Browse the repository at this point in the history
- Update PHP versions from 8.2 to 8.3
- Update Laravel versions from 7.0.* to 7.0.*
- Update Laravel versions from 9.* to 9.*
- Update Laravel versions from 10.* to 10.*
  • Loading branch information
guanguans committed Jan 4, 2024
1 parent 8a4859b commit de2a7dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/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.2 ]
php: [ 7.4, 8.3 ]
dependency-version: [ prefer-stable ]
laravel: [ 7.0.*, 8.*, 9.*, 10.* ]
include:
Expand All @@ -26,7 +26,7 @@ jobs:
laravel: 9.*
- php: 7.4
laravel: 10.*
- php: 8.2
- php: 8.3
laravel: 7.0.*

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

0 comments on commit de2a7dd

Please sign in to comment.