Skip to content

Commit

Permalink
Merge pull request #1036 from arawa/ci/update-release-php-makefile-side
Browse files Browse the repository at this point in the history
ci: Update the version of PHP to 8.2
  • Loading branch information
zak39 authored Jul 16, 2024
2 parents 3e47973 + 8826370 commit 0436f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'

- name: Install dependencies
run: make
Expand Down

0 comments on commit 0436f26

Please sign in to comment.