Skip to content

Commit 9a2128d

Browse files
authored
Merge pull request #60 from sergiy-petrov/sergiy-petrov-patch-3
Test against php 8.5
2 parents b3661fa + f28a412 commit 9a2128d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
php-tests:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616

1717
timeout-minutes: 15
1818

@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
php: [8.4, 8.3, 8.2, 8.1, 8.0]
24+
php: [8.5, 8.4, 8.3, 8.2, 8.1, 8.0]
2525
laravel: ['9.*', '10.*', '11.*', '12.*']
2626
dependency-version: [prefer-lowest, prefer-stable]
2727
exclude:

0 commit comments

Comments
 (0)