Skip to content

Bump sigstore/cosign-installer from 3.1.1 to 3.1.2 #420

Bump sigstore/cosign-installer from 3.1.1 to 3.1.2

Bump sigstore/cosign-installer from 3.1.1 to 3.1.2 #420

Workflow file for this run

name: CI
permissions: read-all
on:
push:
branches:
- main
pull_request:
jobs:
tests:
name: Tests on PHP ${{ matrix.php }}
runs-on: ubuntu-20.04
strategy:
matrix:
php: ['8.0', '8.1']
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: shivammathur/[email protected]
with:
php-version: ${{ matrix.php }}
extensions: mbstring,dom
ini-values: zend.assertions=1
- name: Install dependencies
run: composer update --no-interaction --prefer-dist
- name: Configure PHPUnit matchers
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Run tests
run: ./vendor/bin/phpunit --verbose --colors Bz2Tuleap/tests/