Skip to content

Commit

Permalink
Merge pull request #58 from sebdesign/php8.1
Browse files Browse the repository at this point in the history
Test against PHP 8.1
  • Loading branch information
sebdesign authored Nov 13, 2021
2 parents 3062839 + d74f173 commit 3b260a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0, 7.4, 7.3, 7.2]
php: [8.1, 8.0, 7.4, 7.3, 7.2]
laravel: [^8.0, ^7.0]
include:
- laravel: ^7.0
Expand All @@ -25,6 +25,8 @@ jobs:
exclude:
- laravel: ^8.0
php: 7.2
- laravel: ^7.0
php: 8.1

name: P${{ matrix.php }} - L${{ matrix.laravel }}

Expand Down

0 comments on commit 3b260a1

Please sign in to comment.