Skip to content

Commit

Permalink
Sage (and Bedrock) doesn't actually work on PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Sep 22, 2023
1 parent 570a1a7 commit b2a0820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
php-version: [7.4, 8.0, 8.1, 8.2]
php-version: [8.0, 8.1, 8.2]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit b2a0820

Please sign in to comment.