Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
karlomikus committed Sep 19, 2024
1 parent 052b56b commit 605f74c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
extensions: bcmath, intl, ffi
ini-values: ffi.enable=true, zend.max_allowed_stack_size=-1

- uses: actions/checkout@v4

Expand Down

0 comments on commit 605f74c

Please sign in to comment.