Skip to content

Commit 417f6b9

Browse files
committed
ci: Update to PHP 8.5
1 parent 4706765 commit 417f6b9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: shivammathur/setup-php@v2
16+
with:
17+
php-version: '8.5'
1618

1719
- name: Validate composer.json and composer.lock
1820
run: composer validate --strict

0 commit comments

Comments
 (0)