Skip to content

Commit

Permalink
Removing PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdalmolin committed Feb 11, 2025
1 parent 54dae9c commit 0bd66c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.2, 8.3 ]
laravel: [ 10.*, 11.* ]
include:
- laravel: 11.*
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.2, 8.3 ]
laravel: [ 10.*, 11.* ]
include:
- laravel: 11.*
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.2, 8.3 ]
laravel: [ 10.*, 11.* ]
include:
- laravel: 11.*
Expand Down

0 comments on commit 0bd66c8

Please sign in to comment.