Skip to content

Commit 7663254

Browse files
authored
Update PHP versions in GitHub Actions workflow
Drop PHP 8.1 and add 8.4
1 parent 0be9881 commit 7663254

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php: [8.1, 8.2, 8.3]
20+
php: [8.2, 8.3, 8.4]
2121
laravel: [10.*, 11.*]
2222
exclude:
2323
- php: 8.1
@@ -56,4 +56,4 @@ jobs:
5656
- name: Run Unit tests
5757
run: vendor/bin/phpunit --testsuite Unit
5858
env:
59-
RUNNING_IN_CI: true
59+
RUNNING_IN_CI: true

0 commit comments

Comments
 (0)