Skip to content

Commit 66eca5e

Browse files
committed
Update GitHub Actions for Laravel 10
1 parent 3568cf5 commit 66eca5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: [8.0]
15+
php: [8.0, 8.1]
1616
steps:
1717
- uses: actions/checkout@v1
1818
- name: Setup PHP
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ubuntu-latest
112112
strategy:
113113
matrix:
114-
php: [ 8.0 ]
114+
php: [ 8.0 , 8.1]
115115
steps:
116116
- uses: actions/checkout@v1
117117
- name: Cache composer dependencies

0 commit comments

Comments
 (0)