Skip to content

Commit 889ddaf

Browse files
committed
Upgraded tests
1 parent 1ae3c8b commit 889ddaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
strategy:
2020
matrix:
2121
php:
22-
- '7.3'
2322
- '7.4'
23+
- '8.0'
2424
laravel:
2525
- 7.*
2626
- 8.*
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- uses: actions/checkout@v1
40-
40+
4141
- name: Setup PHP
4242
uses: shivammathur/setup-php@v2
4343
with:

0 commit comments

Comments
 (0)