Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdicarlo committed Mar 12, 2023
1 parent 6aa375e commit b3dc0fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-L7.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Run Tests - Older"
name: "Run Tests - 7"

on: [push, pull_request]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-L9.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Run Tests - Current"
name: "Run Tests - 8, 9"

on: [push, pull_request]

Expand All @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
php: [8.1, 8.0, 7.4, 7.3]
laravel: [10.*, 9.*, 8.*]
laravel: [9.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
Expand Down

0 comments on commit b3dc0fa

Please sign in to comment.