Skip to content

Commit 6b4cb44

Browse files
authoredOct 28, 2022
Test on PHP 8.2 (#240)
1 parent e0bf3f2 commit 6b4cb44

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/workflows/tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: tests
22

33
on:
44
push:
5+
branches:
6+
- master
7+
- '*.x'
58
pull_request:
69
schedule:
710
- cron: '0 0 * * *'
@@ -13,7 +16,7 @@ jobs:
1316
strategy:
1417
fail-fast: true
1518
matrix:
16-
php: ['8.0', 8.1]
19+
php: ['8.0', 8.1, 8.2]
1720
laravel: [9.x]
1821

1922
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

0 commit comments

Comments
 (0)
Please sign in to comment.