Skip to content

Commit

Permalink
Added PHP8.1 in Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Feb 12, 2022
1 parent 803d33d commit 82eaa94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0]
php: [8.0, 8.1]
laravel: [8.*, 9.*]
stability: [prefer-stable]

Expand Down

0 comments on commit 82eaa94

Please sign in to comment.