Skip to content

Commit dd28699

Browse files
committed
build(meta): test on php 8.5
1 parent ca7714b commit dd28699

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.2, 8.3, 8.4]
12+
php: [8.2, 8.3, 8.4, 8.5]
1313
laravel: [11, 12]
1414
pest: [3, 4]
1515
dependency-version: [prefer-lowest, prefer-stable]
1616
exclude:
1717
- php: 8.2
1818
pest: 4
19+
- php: 8.5
20+
pest: 3
1921

2022
name: Tests P${{ matrix.php }} - P${{ matrix.pest }} - L${{ matrix.laravel }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
2123
steps:

0 commit comments

Comments
 (0)