Skip to content

Commit

Permalink
Merge pull request #27 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 6ffddee + f205841 commit c79c398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.0, 8.1, 8.2, 8.3]
php: [8.0, 8.1, 8.2, 8.3, 8.4]
laravel: ['8.*', '9.*', '10.*', '11.*']
coverage: [none]
dependency-version: [prefer-stable]
Expand Down Expand Up @@ -40,10 +40,10 @@ jobs:
run: sudo apt-get update --fix-missing

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Cache dependencies
uses: actions/cache@v2
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 c79c398

Please sign in to comment.