Skip to content

Commit

Permalink
Add PHP 8.1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Feb 3, 2022
1 parent 43f8029 commit b4e5118
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,12 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"

steps:
- name: "Checkout"
uses: "actions/checkout@v2"

- name: "Choose PHPUnit version"
run: |
if [ "${{ matrix.php-version }}" = "7.4" ]; then
echo "SYMFONY_PHPUNIT_VERSION=7.5" >> $GITHUB_ENV;
elif [ "${{ matrix.php-version }}" = "8.0" ]; then
echo "SYMFONY_PHPUNIT_VERSION=9.4" >> $GITHUB_ENV;
fi
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down

0 comments on commit b4e5118

Please sign in to comment.