Skip to content

Commit

Permalink
Merge pull request #11 from mostafaznv/dev
Browse files Browse the repository at this point in the history
Support PHP8.4
  • Loading branch information
mostafaznv authored Nov 15, 2024
2 parents f7db1bd + ce2598e commit f8aa39b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3]
php: [8.2, 8.3, 8.4]
laravel: [10.*, 11.*]
coverage: [none]
dependency-version: [prefer-stable]
Expand All @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.composer/cache/files
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Expand Down

0 comments on commit f8aa39b

Please sign in to comment.