Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Jul 11, 2024
1 parent bd2c6e3 commit 4ca705a
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@ name: Main workflow
on: [push]
jobs:
run:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
name: Run
runs-on: windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: Setup PHP
uses: shivammathur/setup-php@develop
with:
php-version: 8.2
extensions: wincache
- name: Test
run: |
php -v
php -m
- run: sudo apt-cache policy libraqm*

0 comments on commit 4ca705a

Please sign in to comment.