Skip to content

Commit 2e2b186

Browse files
committed
chore(ci): add php8.4
1 parent 66fc8c5 commit 2e2b186

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
name: CI
22

3-
on: [push, pull_request]
4-
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- master
58
jobs:
69
tests:
710
runs-on: ubuntu-latest
811

912
strategy:
1013
matrix:
11-
php: [8.1, 8.2, 8.3]
14+
php: [8.1, 8.2, 8.3, 8.4]
1215

1316
steps:
1417
- name: Checkout code

0 commit comments

Comments
 (0)