Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 704e99a

Browse files
authored
Bump CI to php 8.1 (and tests root against php 8.2) (#1148)
1 parent 287fd85 commit 704e99a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/branch_alias.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up PHP
1414
uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: 8.0
16+
php-version: 8.1
1717
coverage: none
1818

1919
- name: Find branch alias

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
</coverage>
1515
<php>
1616
<ini name="error_reporting" value="-1"/>
17+
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0&amp;verbose=0" />
1718
</php>
1819
<testsuites>
1920
<testsuite name="Test Suite">

0 commit comments

Comments
 (0)