Skip to content

Commit

Permalink
drop php 8.1 and Laravel 9, add php 8.3 and Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
lupinitylabs committed Mar 15, 2024
1 parent 67d7e00 commit 06ea966
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 @@ -23,8 +23,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.1, 8.2 ]
laravel: [ 9.*, 10.* ]
php: [ 8.2, 8.3 ]
laravel: [ 10.*, 11.* ]
dependency-version: [ prefer-stable ]

name: PHP ${{ matrix.php }} with Laravel ${{ matrix.laravel }} (${{ matrix.dependency-version }})
Expand Down

0 comments on commit 06ea966

Please sign in to comment.