mirror of
https://github.com/filegator/filegator.git
synced 2025-04-22 07:42:09 +02:00
update gh-workflow
This commit is contained in:
parent
06eddd093c
commit
1ab7d871f0
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
@ -9,14 +9,14 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
php-version: ['7.1', '7.2', '7.3', '7.4']
|
||||
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0']
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Setup PHP ${{ matrix.php-version }}
|
||||
uses: shivammathur/setup-php@v1
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-version }}
|
||||
extensions: mbstring, zip, sqlite3
|
||||
|
Loading…
x
Reference in New Issue
Block a user