Skip to content

Commit

Permalink
chore: add php8.4 to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaznv committed Nov 15, 2024
1 parent 06ce2f1 commit 6e49a4c
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 @@ -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,7 +40,7 @@ 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
Expand Down

0 comments on commit 6e49a4c

Please sign in to comment.