Skip to content

Commit

Permalink
Use PHP 7.3 instead of 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl authored Mar 17, 2022
1 parent eb1a2eb commit fa2a61f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:

strategy:
matrix:
php: ["7.2", "8.0"]
php: ["7.3", "8.0"]
laravel: ["^6.0", "^8.0", "^9.0"]
exclude:
- laravel: "^9.0"
php: "7.2"
php: "7.3"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit fa2a61f

Please sign in to comment.