Skip to content

Commit

Permalink
Use latest stable php version (#1678)
Browse files Browse the repository at this point in the history
* Use latest stable php version

* Use latest stable php version

* Update phpunit.yml

* Update e2e.yml
  • Loading branch information
datengraben authored Nov 27, 2024
1 parent 4f4bd6b commit 7b12c3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
php:
- '7.4'
- '8.2'
- '8.3'
core:
- {name: 'tested', version: 'null'}
- {name: 'minimum', version: 'WordPress/WordPress#5.9'}
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ github.token }}
GH_DEBUG: api
run: gh workflow run rerun.yml -r ${{ github.head_ref || github.ref_name }} -F run_id=${{ github.run_id }}
run: gh workflow run rerun.yml -r ${{ github.head_ref || github.ref_name }} -F run_id=${{ github.run_id }}
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
matrix:
php:
- '7.4'
- '8.2'
- '8.3'
core:
- { name: 'latest', version: 'latest' }
- { name: 'minimum', version: '5.9' }
Expand Down

0 comments on commit 7b12c3f

Please sign in to comment.