Skip to content

Commit 6f11b49

Browse files
committed
Test on PHP 8.4
1 parent 3491ea3 commit 6f11b49

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- "8.1"
3333
- "8.2"
3434
- "8.3"
35+
- "8.4"
3536

3637
steps:
3738
- name: "Checkout"
@@ -50,7 +51,7 @@ jobs:
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"

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
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

.github/workflows/static-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- "8.1"
3939
- "8.2"
4040
- "8.3"
41+
- "8.4"
4142
operating-system: [ubuntu-latest, windows-latest]
4243

4344
steps:
@@ -56,7 +57,7 @@ jobs:
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

@@ -85,6 +86,7 @@ jobs:
8586
- "8.1"
8687
- "8.2"
8788
- "8.3"
89+
- "8.4"
8890

8991
steps:
9092
- name: "Checkout"

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- "8.1"
4242
- "8.2"
4343
- "8.3"
44+
- "8.4"
4445
operating-system: [ ubuntu-latest, windows-latest ]
4546

4647
steps:
@@ -61,7 +62,7 @@ jobs:
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

0 commit comments

Comments
 (0)