Skip to content

Commit 3ca56f4

Browse files
author
Andreas Mautz
authored
Merge pull request #62 from wilma-digital/main
[INFRA] bump new PHP versions, fix name and folders
2 parents 68a8e2b + 7668f79 commit 3ca56f4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/php-8.3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- main
77
paths:
8-
- 'src/8.2/**'
9-
- '.github/workflows/php-8.2.yml'
8+
- 'src/8.3/**'
9+
- '.github/workflows/php-8.3.yml'
1010
schedule:
1111
- cron: '00 7 * * 1'
1212

.github/workflows/php-8.4.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: "8.3"
1+
name: "8.4"
22
on:
33
workflow_dispatch:
44
push:
55
branches:
66
- main
77
paths:
8-
- 'src/8.2/**'
9-
- '.github/workflows/php-8.2.yml'
8+
- 'src/8.4/**'
9+
- '.github/workflows/php-8.4.yml'
1010
schedule:
1111
- cron: '00 7 * * 1'
1212

0 commit comments

Comments
 (0)