Skip to content

Commit

Permalink
ci: update workflows to include newer PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks authored Sep 17, 2023
1 parent e59b989 commit f592f42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
dependencies:
- lowest
- locked
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
- php7.4
- php8.0
- php8.1
- php8.2
- beta-php7.4
- beta-php8.0
- beta-php8.1
- beta-php8.2
steps:
- name: Checkout source code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
Expand Down

0 comments on commit f592f42

Please sign in to comment.