Skip to content

Commit 0b46d59

Browse files
authored
[tests] use PHP 7.4 (#35)
1 parent de0f18a commit 0b46d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/orca.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
- ISOLATED_TEST_ON_NEXT_MINOR_DEV
3939
- INTEGRATED_UPGRADE_TEST_TO_NEXT_MINOR_DEV
4040
- LOOSE_DEPRECATED_CODE_SCAN
41-
php-version: [ "7.3" ]
41+
php-version: [ "7.4" ]
4242
include:
4343
- orca-job: ISOLATED_TEST_ON_CURRENT
4444
php-version: "8.0"
4545

4646
# Custom job
47-
- php-version: "7.3"
47+
- php-version: "7.4"
4848
orca-job: ""
4949

5050
steps:

0 commit comments

Comments
 (0)