Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesChou committed Jul 18, 2024
1 parent dc3bb1a commit a194be2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.2, 8.1 ]
stability: [ prefer-lowest, prefer-stable ]
php: ["8.3", "8.2", "8.1"]
stability: ["prefer-lowest", "prefer-stable"]

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

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit a194be2

Please sign in to comment.