Skip to content

Commit

Permalink
Add PHP8.1 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbrouwers authored Dec 2, 2021
1 parent 369537c commit d7446f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
php: [7.2, 7.3, 7.4, 8.0]
php: [7.2, 7.3, 7.4, 8.0, 8.1]
laravel: [8, 7, 6, 5.8]
dependency-version: [prefer-stable]
os: [ubuntu-latest]
Expand All @@ -41,10 +41,16 @@ jobs:
php: 7.2
- laravel: 7
php: 8.0
- laravel: 7
php: 8.1
- laravel: 6
php: 8.0
- laravel: 6
php: 8.1
- laravel: 5.8
php: 8.0
- laravel: 5.8
php: 8.1

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

Expand Down

0 comments on commit d7446f0

Please sign in to comment.