Skip to content

Commit

Permalink
chore(workflows): update PHP version to 8.3
Browse files Browse the repository at this point in the history
- Updated PHP version in the workflow file
- Ensured compatibility with Laravel versions
  • Loading branch information
guanguans committed Mar 21, 2024
1 parent c8da446 commit fc1a1c3
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.3, 8.2 ]
php: [ 7.3, 8.3 ]
dependency-version: [ prefer-stable ]
laravel: [ 7.0.*, 8.*, 9.*, 10.* ]
include:
Expand All @@ -26,7 +26,7 @@ jobs:
laravel: 9.*
- php: 7.3
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 fc1a1c3

Please sign in to comment.