Skip to content

Commit ee8dcd5

Browse files
committed
Add PHP 8.5 to tests matrix, remove 8.1
1 parent 04187a8 commit ee8dcd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,18 @@ jobs:
6565
fail-fast: false
6666
matrix:
6767
os: [ubuntu-latest]
68-
php: [8.4, 8.3, 8.2, 8.1]
68+
php: [8.5, 8.4, 8.3, 8.2]
6969
laravel: [10.*, 11.*, 12.*]
7070
dbal: [3.*, 4.*]
7171
exclude:
7272
- laravel: 10.*
7373
dbal: 4.*
74+
- laravel: 10.*
75+
php: 8.5
7476
- laravel: 11.*
75-
php: 8.1
77+
php: 8.5
7678
- laravel: 11.*
7779
dbal: 3.*
78-
- laravel: 12.*
79-
php: 8.1
8080
include:
8181
- laravel: 10.*
8282
testbench: 8.*

0 commit comments

Comments
 (0)