Skip to content

Commit 9e2634d

Browse files
committed
[TASK] Fix versions for 12.4 testing
1 parent db038f5 commit 9e2634d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14-
- '8.0'
1514
- '8.1'
1615
- '8.2'
1716
- '8.3'
@@ -26,7 +25,7 @@ jobs:
2625
name: Quality
2726
runs-on: ubuntu-latest
2827
env:
29-
php: '8.2'
28+
php: '8.1'
3029
steps:
3130
- name: Checkout
3231
uses: actions/checkout@v4
@@ -43,8 +42,5 @@ jobs:
4342
- name: CGL
4443
run: Build/Scripts/runTests.sh -n -p ${{ env.php }} -s cgl -n
4544

46-
- name: Check Rst
47-
run: Build/Scripts/runTests.sh -p ${{ env.php }} -s checkRst
48-
4945
- name: Lint YAML
5046
run: Build/Scripts/runTests.sh -p ${{ env.php }} -s yamlLint

0 commit comments

Comments
 (0)