Skip to content

Commit bd8f9b7

Browse files
committed
add GH CI
1 parent 10d6d24 commit bd8f9b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
setup: [ 'basic', 'lowest', 'stable' ]
40-
php: [ '8.0' ]
40+
php: [ '8.0', '8.1' ]
4141

4242
steps:
4343
- uses: actions/checkout@v2
4444

4545
- name: Use PHP ${{ matrix.php }}
46-
uses: shivammathur/setup-php@v1 # Action page: <https://github.com/shivammathur/setup-php>
46+
uses: shivammathur/setup-php@v2 # Action page: <https://github.com/shivammathur/setup-php>
4747
with:
4848
php-version: ${{ matrix.php }}
4949
extensions: mbstring

0 commit comments

Comments
 (0)