Skip to content

Commit b4e5118

Browse files
committed
Add PHP 8.1 build
1 parent 43f8029 commit b4e5118

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,12 @@ jobs:
2727
- "7.3"
2828
- "7.4"
2929
- "8.0"
30+
- "8.1"
3031

3132
steps:
3233
- name: "Checkout"
3334
uses: "actions/checkout@v2"
3435

35-
- name: "Choose PHPUnit version"
36-
run: |
37-
if [ "${{ matrix.php-version }}" = "7.4" ]; then
38-
echo "SYMFONY_PHPUNIT_VERSION=7.5" >> $GITHUB_ENV;
39-
elif [ "${{ matrix.php-version }}" = "8.0" ]; then
40-
echo "SYMFONY_PHPUNIT_VERSION=9.4" >> $GITHUB_ENV;
41-
fi
42-
4336
- name: "Install PHP"
4437
uses: "shivammathur/setup-php@v2"
4538
with:

0 commit comments

Comments
 (0)