Skip to content

Commit 8e84470

Browse files
authored
Update ci.yml
1 parent 49aafe8 commit 8e84470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
matrix:
3333
os: [ubuntu]
3434
php: [8.4, 8.3, 8.2, 8.1]
35-
laravel: [12.*, 11.*, 10.*]
35+
laravel: [12.x, 11.x, 10.x]
3636

3737
exclude:
3838
- php: 8.1
39-
laravel: 12.*
39+
laravel: 12.x
4040
- php: 8.1
41-
laravel: 11.*
41+
laravel: 11.x
4242

4343
env:
4444
ROLLBAR_TOKEN: "ad865e76e7fb496fab096ac07b1dbabb"

0 commit comments

Comments
 (0)