We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d6d24 commit bd8f9b7Copy full SHA for bd8f9b7
.github/workflows/php.yml
@@ -37,13 +37,13 @@ jobs:
37
fail-fast: false
38
matrix:
39
setup: [ 'basic', 'lowest', 'stable' ]
40
- php: [ '8.0' ]
+ php: [ '8.0', '8.1' ]
41
42
steps:
43
- uses: actions/checkout@v2
44
45
- name: Use PHP ${{ matrix.php }}
46
- uses: shivammathur/setup-php@v1 # Action page: <https://github.com/shivammathur/setup-php>
+ uses: shivammathur/setup-php@v2 # Action page: <https://github.com/shivammathur/setup-php>
47
with:
48
php-version: ${{ matrix.php }}
49
extensions: mbstring
0 commit comments