Skip to content

Commit b9c8374

Browse files
committed
Run PHP 8.4 integration tests
1 parent d0826bd commit b9c8374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: "test_old/run-php-src.sh 7.4.33"
7474
test_old_80_70:
7575
runs-on: "ubuntu-latest"
76-
name: "PHP 8.3 Code on PHP 7.4 Integration Tests"
76+
name: "PHP 8.4 Code on PHP 7.4 Integration Tests"
7777
steps:
7878
- name: "Checkout"
7979
uses: "actions/checkout@v4"
@@ -87,7 +87,7 @@ jobs:
8787
- name: "Install PHP 8 dependencies"
8888
run: "COMPOSER_ROOT_VERSION=dev-master composer update --no-progress --prefer-dist"
8989
- name: "Tests"
90-
run: "test_old/run-php-src.sh 8.3.0RC2"
90+
run: "test_old/run-php-src.sh 8.4.0beta5"
9191
phpstan:
9292
runs-on: "ubuntu-latest"
9393
name: "PHPStan"

0 commit comments

Comments
 (0)