Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
exussum12 authored Jun 25, 2024
1 parent 990dfd6 commit 56039f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest', 'windows-latest', 'macOS-latest']
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0']
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8,2', '8.3']
name: PHP ${{ matrix.php-version }} Test on ${{ matrix.operating-system }}
steps:
- name: Checkout code
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Install phpmd
run: composer global require phpmd/phpmd
- name: Run the build
run: ./build.sh
run: ./build.sh

0 comments on commit 56039f6

Please sign in to comment.