There was an error while loading. Please reload this page.
1 parent 4706765 commit 417f6b9Copy full SHA for 417f6b9
1 file changed
.github/workflows/php.yml
@@ -12,7 +12,9 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: shivammathur/setup-php@v2
16
+ with:
17
+ php-version: '8.5'
18
19
- name: Validate composer.json and composer.lock
20
run: composer validate --strict
0 commit comments