Skip to content

Commit

Permalink
Added PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Nov 23, 2023
1 parent 1b58906 commit 13f4961
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ "7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ]
php: [ "7.2", "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 @@ -20,18 +20,27 @@ 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: "8.0"
php: "7.2"

- laravel: "8.0"
php: "8.2"

- laravel: "8.0"
php: "8.3"

- laravel: "9.0"
php: "7.2"

Expand All @@ -41,6 +50,9 @@ jobs:
- laravel: "9.0"
php: "7.4"

- laravel: "9.0"
php: "8.3"

- laravel: "10.0"
php: "7.2"

Expand Down

0 comments on commit 13f4961

Please sign in to comment.