Skip to content

Commit f3d8c36

Browse files
Update GitHub Actions: test against PHP 8.5, Laravel ^13.0, and adjust dependencies
1 parent f8a94d1 commit f3d8c36

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: true
2222
matrix:
2323
os: [ ubuntu-latest ]
24-
php: [ 8.4 ]
24+
php: [ 8.5 ]
2525
laravel: [ ^13.0, ^12.25, 11.* ]
2626
stability: [ prefer-lowest, prefer-stable ]
2727
include:
@@ -73,7 +73,7 @@ jobs:
7373
- name: Setup PHP
7474
uses: shivammathur/setup-php@v2
7575
with:
76-
php-version: '8.4'
76+
php-version: '8.5'
7777
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
7878
coverage: "pcov"
7979

@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Install dependencies
8686
run: |
87-
composer require "laravel/framework:12.*" "orchestra/testbench:10.*" "nesbot/carbon:^3.0" --no-interaction --no-update
87+
composer require "laravel/framework:13.*" "orchestra/testbench:11.*" "nesbot/carbon:^3.0" --no-interaction --no-update
8888
composer update --prefer-stable --prefer-dist --no-interaction
8989
9090
- name: List Installed Dependencies

0 commit comments

Comments
 (0)