Skip to content

Commit

Permalink
Merge pull request #39 from TheDragonCode/patch/2024-03-04/16-51
Browse files Browse the repository at this point in the history
Added running tests under PHP 8.3
  • Loading branch information
andrey-helldar authored Mar 4, 2024
2 parents 5613b17 + 0dfc5c2 commit 90b8a4b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ "7.3", "7.4", "8.0", "8.1", "8.2" ]
php: [ "7.3", "7.4", "8.0", "8.1", "8.2", "8.3" ]
laravel: [ "6.0", "7.0", "8.0", "9.0", "10.0" ]
exclude:
- laravel: "6.0"
Expand All @@ -18,12 +18,18 @@ jobs:
- laravel: "6.0"
php: "8.2"

- laravel: "6.0"
php: "8.3"

- laravel: "7.0"
php: "8.1"

- laravel: "7.0"
php: "8.2"

- laravel: "7.0"
php: "8.3"

- laravel: "9.0"
php: "7.3"

Expand Down

0 comments on commit 90b8a4b

Please sign in to comment.