Skip to content

Commit

Permalink
Merge pull request #4 from capcom6/feature/php-versions
Browse files Browse the repository at this point in the history
Added: php versions matrix
  • Loading branch information
capcom6 authored Jan 10, 2024
2 parents c34345b + fd2dd5c commit e728d2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ jobs:
build-test:
runs-on: ubuntu-latest

strategy:
matrix:
php-versions: ["7.4", "8.0", "8.1"]

steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_version: "7.4"
php_version: ${{ matrix.php-versions }}

- name: Tests
run: make test

0 comments on commit e728d2d

Please sign in to comment.