Skip to content

Commit

Permalink
removed experimental matrix entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ogmueller committed Mar 18, 2024
1 parent 9757fa4 commit 6eff40a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

# vim: syntax=yaml ts=2 sw=2 et sr softtabstop=2 autoindent
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ jobs:
"update --no-progress --prefer-dist --prefer-lowest",
"update --no-progress --prefer-dist"
]
experimental: [
# PHP 8.1
false,
# PHP 8.2
false,
# PHP 8.3
false,
# PHP 8.4
true,
]
name: "PHP ${{ matrix.php.version }} test"
steps:
- name: "Check if PHP ${{ matrix.php.version }} is supported"
Expand Down
2 changes: 2 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ tools:

before_commands:
- "composer install"

# vim: syntax=yaml ts=2 sw=2 et sr softtabstop=2 autoindent

0 comments on commit 6eff40a

Please sign in to comment.