Skip to content

Commit

Permalink
[TASK] Use "latest" instead of "stable"
Browse files Browse the repository at this point in the history
  • Loading branch information
bmack committed Mar 24, 2024
1 parent 9b6707f commit aad90e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,13 @@ jobs:
experimental:
- false
include:
- php-version: 'stable'
- php-version: 'latest'
dependencies: 'lowest'
experimental: true
- php-version: 'stable'
- php-version: 'latest'
dependencies: 'stable'
experimental: true
- php-version: 'stable'
- php-version: 'latest'
dependencies: 'highest'
experimental: true

Expand Down

0 comments on commit aad90e2

Please sign in to comment.