We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0826bd commit b9c8374Copy full SHA for b9c8374
.github/workflows/main.yml
@@ -73,7 +73,7 @@ jobs:
73
run: "test_old/run-php-src.sh 7.4.33"
74
test_old_80_70:
75
runs-on: "ubuntu-latest"
76
- name: "PHP 8.3 Code on PHP 7.4 Integration Tests"
+ name: "PHP 8.4 Code on PHP 7.4 Integration Tests"
77
steps:
78
- name: "Checkout"
79
uses: "actions/checkout@v4"
@@ -87,7 +87,7 @@ jobs:
87
- name: "Install PHP 8 dependencies"
88
run: "COMPOSER_ROOT_VERSION=dev-master composer update --no-progress --prefer-dist"
89
- name: "Tests"
90
- run: "test_old/run-php-src.sh 8.3.0RC2"
+ run: "test_old/run-php-src.sh 8.4.0beta5"
91
phpstan:
92
93
name: "PHPStan"
0 commit comments