Skip to content

Commit 7b8d04a

Browse files
committed
feat(package): bump php to 8.4
1 parent b7a00a3 commit 7b8d04a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/php.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15+
- name: Set up PHP
16+
uses: shivammathur/setup-php@v2
17+
with:
18+
php-version: 8.4
19+
1520
- uses: actions/checkout@v2
1621

1722
- name: Validate composer.json and composer.lock

0 commit comments

Comments
 (0)