Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
- Updated test based on PHP 8.2
  • Loading branch information
JackieDo committed Feb 19, 2023
1 parent 0d0a775 commit 25e5199
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.0, 7.4, 7.3, 7.2, 7.1]
php: [8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1]
laravel: [10.0, 9.0, 8.0, 7.0, 6.0, 5.8]
dependency-version: [lowest, stable]
include:
Expand Down Expand Up @@ -41,18 +41,26 @@ jobs:
php: 7.2
- laravel: 9.0
php: 7.1
- laravel: 8.0
php: 8.2
- laravel: 8.0
php: 7.2
- laravel: 8.0
php: 7.1
- laravel: 7.0
php: 8.2
- laravel: 7.0
php: 8.1
- laravel: 7.0
php: 7.1
- laravel: 6.0
php: 8.2
- laravel: 6.0
php: 8.1
- laravel: 6.0
php: 7.1
- laravel: 5.8
php: 8.2
- laravel: 5.8
php: 8.1
- laravel: 5.8
Expand Down

0 comments on commit 25e5199

Please sign in to comment.