Skip to content

Commit 871601c

Browse files
committed
Keep only php 8.5 version in matrix and update
1 parent 0ea3d58 commit 871601c

4 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
- ubuntu-latest
1616

1717
php:
18-
- "8.3"
19-
- "8.4"
2018
- "8.5"
2119

2220
steps:

.github/workflows/qodana_code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
checks: write
1717
strategy:
1818
matrix:
19-
php-versions: [ '8.3', '8.4', '8.5' ]
19+
php-versions: [ '8.5' ]
2020
steps:
2121
- uses: actions/checkout@v6
2222
with:

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
- ubuntu-latest
1616

1717
php:
18-
- "8.3"
19-
- "8.4"
2018
- "8.5"
2119

2220
steps:

src/Page/templates/page/contact.html.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
{% block page_title %}<h1>Contact Us</h1>{% endblock %}
44

5-
65
{% block content %}
76
<div class="row g-4 py-3 justify-content-center">
87
<div class="col-12 col-md-6 col-lg-6">

0 commit comments

Comments
 (0)