Skip to content

Commit 09bfdcf

Browse files
antonioribeiroifox
andauthored
Allow Twill to be installed on PHP 8.3 (#2374)
* 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]>
1 parent 50ee137 commit 09bfdcf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup PHP
3333
uses: shivammathur/setup-php@v2
3434
with:
35-
php-version: 8.2
35+
php-version: 8.3
3636
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
3737
coverage: none
3838

@@ -65,7 +65,7 @@ jobs:
6565
fail-fast: false
6666
matrix:
6767
os: [ubuntu-latest]
68-
php: [8.2, 8.1, 8.0]
68+
php: [8.3, 8.2, 8.1, 8.0]
6969
laravel: [9.*, 10.*]
7070
exclude:
7171
- laravel: 10.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"area17/phptorch": "dev-main",
4949
"chillerlan/php-qrcode": "~4.0",
5050
"friendsofphp/php-cs-fixer": "^3.0",
51-
"nette/php-generator": "v4.0.3",
51+
"nette/php-generator": "^4.0.3",
5252
"nunomaduro/collision": "^6.0",
5353
"nunomaduro/larastan": "^2.0",
5454
"orchestra/testbench": "^7.8|^8.0",

0 commit comments

Comments
 (0)