Skip to content

Commit b4217ed

Browse files
kubawerlosondrejmirtes
authored andcommitted
Update workflows
1 parent 7ede0d8 commit b4217ed

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- "8.2"
2929
- "8.3"
3030
- "8.4"
31+
- "8.5"
3132

3233
steps:
3334
- name: "Checkout"

.github/workflows/reflection-golden-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
- "8.2"
6868
- "8.3"
6969
- "8.4"
70+
- "8.5"
7071

7172
steps:
7273
- uses: Wandalen/wretry.action@v3.8.0

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- "8.2"
3535
- "8.3"
3636
- "8.4"
37+
- "8.5"
3738
operating-system: [ubuntu-latest, windows-latest]
3839

3940
steps:
@@ -79,7 +80,7 @@ jobs:
7980
php-version:
8081
- "8.2"
8182
- "8.3"
82-
- "8.4"
83+
- "8.5"
8384

8485
steps:
8586
- name: "Checkout"

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- "8.2"
3636
- "8.3"
3737
- "8.4"
38+
- "8.5"
3839
operating-system: [ ubuntu-latest, windows-latest ]
3940

4041
steps:

0 commit comments

Comments
 (0)