Skip to content

Commit f503e32

Browse files
authored
Update actions (#366)
* Updated ubuntu and actions/checkout * Added php 8.4 and 8.5 to the matrix
1 parent 19b9c19 commit f503e32

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66

77
jobs:
88
tests:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010

1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [8.1, 8.2, 8.3]
14+
php: [8.1, 8.2, 8.3, 8.4, 8.5]
1515
laravel: ['10.*', '11.*', '12.*']
1616
dependency-version: [prefer-stable]
1717
include:
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535

3636
- name: Setup PHP
3737
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)