Skip to content

Commit d07d60d

Browse files
committed
Update build-config for 3.x builds
1 parent de72f35 commit d07d60d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: tests
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ 3.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 3.x ]
88

99
jobs:
1010
build:
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: ['ubuntu-latest']
16-
php-versions: [7.4, 8.0, 8.1, 8.2]
16+
php-versions: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
1717
steps:
1818
- uses: actions/checkout@v2
1919

0 commit comments

Comments
 (0)