Skip to content

Commit

Permalink
Allow Twill to be installed on PHP 8.3 (#2374)
Browse files Browse the repository at this point in the history
* Allow Twill to be installed on PHP 8.3

* Add PHP 8.3 to testing actions

* Use the same entry for PHP 8.2 and 8.3

* Lint with PHP 8.3

---------

Co-authored-by: Quentin Renard <[email protected]>
  • Loading branch information
antonioribeiro and ifox authored Jan 9, 2024
1 parent 50ee137 commit 09bfdcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
coverage: none

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.2, 8.1, 8.0]
php: [8.3, 8.2, 8.1, 8.0]
laravel: [9.*, 10.*]
exclude:
- laravel: 10.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"area17/phptorch": "dev-main",
"chillerlan/php-qrcode": "~4.0",
"friendsofphp/php-cs-fixer": "^3.0",
"nette/php-generator": "v4.0.3",
"nette/php-generator": "^4.0.3",
"nunomaduro/collision": "^6.0",
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^7.8|^8.0",
Expand Down

0 comments on commit 09bfdcf

Please sign in to comment.