Skip to content

Commit

Permalink
Required PHP version is 8.1 :)
Browse files Browse the repository at this point in the history
  • Loading branch information
otsch committed Mar 10, 2022
1 parent c011e0e commit 31d2056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'

- name: Check PHP Version
run: php -v
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.0', '8.1']
php-versions: ['8.1']

steps:
- name: Checkout code
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'

- name: Check PHP Version
run: php -v
Expand Down

0 comments on commit 31d2056

Please sign in to comment.