Skip to content

Commit

Permalink
Test php 8.2 + Laravel 11 compatibility
Browse files Browse the repository at this point in the history
Changes:
 - `laravel-compatibility` action update: added php 8.2 + laravel 11 stack
  • Loading branch information
mihai-valentin authored Jun 13, 2024
1 parent 2572ac8 commit 9167ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/laravel-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
laravel: "9.0"
- php: "8.1"
laravel: "10.0"
- php: "8.2"
laravel: "11.0"

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Setup PHP"
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 9167ca9

Please sign in to comment.