We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68a8e2b + 7668f79 commit 3ca56f4Copy full SHA for 3ca56f4
.github/workflows/php-8.3.yml
@@ -5,8 +5,8 @@ on:
5
branches:
6
- main
7
paths:
8
- - 'src/8.2/**'
9
- - '.github/workflows/php-8.2.yml'
+ - 'src/8.3/**'
+ - '.github/workflows/php-8.3.yml'
10
schedule:
11
- cron: '00 7 * * 1'
12
.github/workflows/php-8.4.yml
@@ -1,12 +1,12 @@
1
-name: "8.3"
+name: "8.4"
2
on:
3
workflow_dispatch:
4
push:
+ - 'src/8.4/**'
+ - '.github/workflows/php-8.4.yml'
0 commit comments