Skip to content

Commit bb0ca25

Browse files
Merge pull request #7 from bluzphp/develop
Update the GitHub actions
2 parents 7ebef29 + 32c2c50 commit bb0ca25

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
19+
20+
- name: Setup PHP
21+
uses: shivammathur/setup-php@v2
22+
with:
23+
php-version: '8.2'
1924

2025
- name: Validate composer.json and composer.lock
2126
run: composer validate --strict

0 commit comments

Comments
 (0)