Skip to content

Commit

Permalink
Fixed versions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiergummi committed Mar 20, 2023
1 parent e3b01cb commit c43dff0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ on:

jobs:
phpstan:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: static-analysis
steps:
- uses: actions/checkout@v2
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
- name: Install dependencies
run: composer update --prefer-dist --no-progress
- name: Run static analysis with Psalm
run: composer analyze

tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
php: [ '8.1' ]
php: [ '8.2' ]
stability: [ prefer-lowest, prefer-stable ]

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
Expand Down

0 comments on commit c43dff0

Please sign in to comment.