Skip to content

Commit

Permalink
Merge pull request #4 from netsells/feature/add-php-version-tests
Browse files Browse the repository at this point in the history
feature/add-php-version-tests
  • Loading branch information
tomchkk authored Mar 25, 2023
2 parents 0d526a5 + 5e3390c commit 69c3af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1']
php: ['8.1', '8.2']
laravel: ['^9.1', '^10.0']

steps:
Expand Down

0 comments on commit 69c3af6

Please sign in to comment.