Skip to content

Commit

Permalink
Update integration test target to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed May 31, 2022
1 parent e727475 commit cdb731f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: "test_old/run-php-src.sh 7.3.21"
test_old_80_70:
runs-on: "ubuntu-latest"
name: "PHP 8.0 Code on PHP 7.0 Integration Tests"
name: "PHP 8.1 Code on PHP 7.0 Integration Tests"
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
Expand All @@ -87,4 +87,4 @@ jobs:
- name: "Install PHP 8 dependencies"
run: "composer update --no-progress --prefer-dist"
- name: "Tests"
run: "test_old/run-php-src.sh 8.0.0"
run: "test_old/run-php-src.sh 8.1.6"
2 changes: 2 additions & 0 deletions test_old/run.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ function showHelp($error) {
# pretty print difference due to INF vs 1e1000
| ext.standard.tests.general_functions.bug27678
| tests.lang.bug24640
| tests.lang.integer_literals.(binary|octal|hexadecimal)_(32|64)bit
| Zend.tests.bug74947
| Zend.tests.float_to_int.union_int_string_type_arg
# pretty print differences due to negative LNumbers
| Zend.tests.neg_num_string
| Zend.tests.numeric_strings.neg_num_string
Expand Down

0 comments on commit cdb731f

Please sign in to comment.