Skip to content

Commit 94cf71f

Browse files
Update CI workflow to include develop branch and PHP 8.2
1 parent 409fe79 commit 94cf71f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ permissions:
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ master, develop ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ master, develop ]
1111

1212
jobs:
1313
pest:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
php-version: ['8.3', '8.4']
17+
php-version: ['8.2', '8.3', '8.4']
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Setup PHP

0 commit comments

Comments
 (0)