Skip to content

Commit

Permalink
update php version in build
Browse files Browse the repository at this point in the history
  • Loading branch information
doganoo committed May 16, 2023
1 parent 156b05b commit ce6e43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
dev: yes
args: --profile --ignore-platform-reqs
php_extensions: json
php_version: 7.4
php_version: 8.2

- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
configuration: phpunit.xml
php_extensions: json
php_version: 7.4
php_version: 8.2
memory_limit: 256M

0 comments on commit ce6e43f

Please sign in to comment.