Skip to content

Commit 920a48e

Browse files
committed
[BUGFIX] Update github actions to work with current php versions
Related #717
1 parent a79fda6 commit 920a48e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/testing.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
php-version:
23-
- 7.2
24-
- 7.3
2523
- 7.4
24+
- 8.0
2625
typoscript-lint:
2726
name: "TypoScript linter"
2827
runs-on: ubuntu-20.04
@@ -70,6 +69,5 @@ jobs:
7069
fail-fast: false
7170
matrix:
7271
php-version:
73-
- 7.2
74-
- 7.3
7572
- 7.4
73+
- 8.0

0 commit comments

Comments
 (0)