Skip to content

Commit a7c3343

Browse files
committed
updated workflow
1 parent 22f7b65 commit a7c3343

File tree

2 files changed

+42
-40
lines changed

2 files changed

+42
-40
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
1312
steps:
14-
- uses: actions/checkout@v2
15-
- name: Validate composer.json and composer.lock
16-
run: composer validate
17-
18-
- name: Install dependencies
19-
run: composer install --prefer-dist --no-progress --no-suggest
13+
- uses: actions/checkout@v2
14+
- name: Set up PHP
15+
uses: shivammathur/setup-php@v2
16+
with:
17+
php-version: '8.2'
18+
- name: Install dependencies
19+
run: composer install --prefer-dist --no-progress
2020

2121
- name: Run tests
2222
run: ./vendor/bin/pest

composer.lock

Lines changed: 35 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)