Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src/Resources/*.php linguist-generated
src/Routes/*.php linguist-generated
src/SeamClient.php linguist-generated
src/Seam.php linguist-generated

# Keep development files out of the published package.
# GitHub builds the archives Composer downloads as dist with git archive,
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
os:
- ubuntu-latest
php:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
- '8.4'
- '8.5'
include:
- os: ubuntu-latest
Expand All @@ -44,7 +47,7 @@ jobs:
fail-fast: false
matrix:
php:
- '8.0'
- '8.1'
- '8.5'
steps:
- name: Checkout
Expand Down Expand Up @@ -73,7 +76,10 @@ jobs:
os:
- ubuntu-latest
php:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
- '8.4'
- '8.5'
include:
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ vendor
tmp

# PHPUnit result cache
.phpunit.result.cache
.phpunit.cache/

# Build directories
package
Expand Down
Loading
Loading