Skip to content

Commit 1a8a92c

Browse files
committed
ci: update workflows for PHP 8.4/8.5 and Laravel 12/13
- run-tests: drop PHP 8.3 and Laravel 11 from the matrix - phpstan: run against PHP 8.5 https://claude.ai/code/session_01R4pAjWwGY8xKspsdU8xnsy
1 parent c2ccb73 commit 1a8a92c

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.3'
19+
php-version: '8.5'
2020
coverage: none
2121

2222
- name: Install composer dependencies

.github/workflows/run-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
php: [8.5, 8.4, 8.3]
18-
laravel: ['13.*', '12.*', '11.*']
17+
php: [8.5, 8.4]
18+
laravel: ['13.*', '12.*']
1919
stability: [prefer-lowest, prefer-stable]
2020
include:
21-
- laravel: 11.*
22-
testbench: 9.17.0
2321
- laravel: 12.*
2422
testbench: 10.*
2523
- laravel: 13.*

0 commit comments

Comments
 (0)