File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 3232 - " 8.1"
3333 - " 8.2"
3434 - " 8.3"
35+ - " 8.4"
3536
3637 steps :
3738 - name : " Checkout"
5051 run : " composer install --no-interaction --no-progress"
5152
5253 - name : " Transform source code"
53- if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3'
54+ if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3' && matrix.php-version != '8.4'
5455 run : " vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
5556
5657 - name : " Lint"
Original file line number Diff line number Diff line change 7171 - " 8.1"
7272 - " 8.2"
7373 - " 8.3"
74+ - " 8.4"
7475
7576 steps :
7677 - uses : Wandalen/wretry.action@v3.5.0
@@ -101,7 +102,7 @@ jobs:
101102 run : " composer install --no-interaction --no-progress"
102103
103104 - name : " Transform source code"
104- if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3'
105+ if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3' && matrix.php-version != '8.4'
105106 shell : bash
106107 run : " vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
107108
@@ -120,7 +121,7 @@ jobs:
120121 run : " composer install --no-interaction --no-progress"
121122
122123 - name : " Transform source code"
123- if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3'
124+ if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3' && matrix.php-version != '8.4'
124125 shell : bash
125126 run : " vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
126127
Original file line number Diff line number Diff line change 3838 - " 8.1"
3939 - " 8.2"
4040 - " 8.3"
41+ - " 8.4"
4142 operating-system : [ubuntu-latest, windows-latest]
4243
4344 steps :
5657 run : " composer install --no-interaction --no-progress"
5758
5859 - name : " Transform source code"
59- if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3'
60+ if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3' && matrix.php-version != '8.4'
6061 shell : bash
6162 run : " vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
6263
8586 - " 8.1"
8687 - " 8.2"
8788 - " 8.3"
89+ - " 8.4"
8890
8991 steps :
9092 - name : " Checkout"
Original file line number Diff line number Diff line change 4141 - " 8.1"
4242 - " 8.2"
4343 - " 8.3"
44+ - " 8.4"
4445 operating-system : [ ubuntu-latest, windows-latest ]
4546
4647 steps :
6162 run : " composer install --no-interaction --no-progress"
6263
6364 - name : " Transform source code"
64- if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3'
65+ if : matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3' && matrix.php-version != '8.4'
6566 shell : bash
6667 run : " vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
6768
You can’t perform that action at this time.
0 commit comments