Skip to content

Commit

Permalink
chore: update github action, only test on php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed May 11, 2022
1 parent 5043bd9 commit f32fc2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0, 8.1] # 7.2,7.4,
php: [8.1] # 7.2,7.4,8.0,
os: [ubuntu-latest, macOS-latest] # windows-latest,
# include: # will not testing on php 7.2
# - os: 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.0 ]
php: [ 8.1 ]
# needs: install-deps
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0]
php: [8.1]

steps:
- name: Checkout
Expand Down

0 comments on commit f32fc2c

Please sign in to comment.