Skip to content

Commit 7899dd4

Browse files
committed
feat: update PHP and Laravel versions in CI configuration
1 parent 3bdeaa5 commit 7899dd4

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ ubuntu-latest ]
13-
php: [ '8.3', '8.4' ]
13+
php: [ '8.4', '8.5' ]
1414

1515
steps:
1616
- uses: actions/checkout@v6

.github/workflows/setup_test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ ubuntu-latest ]
20-
php: [ '8.3', '8.4' ]
21-
laravel: [ 11.*, 10.* ]
22-
include:
23-
- laravel: 11.*
24-
testbench: 9.*
25-
- laravel: 10.*
26-
testbench: 8.*
20+
php: [ '8.5', '8.4' ]
21+
laravel: [ 12.*, 11.* ]
2722
steps:
2823
- name: Setup PHP
2924
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)