Skip to content

Commit

Permalink
update php version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wachterjohannes committed Jul 24, 2024
1 parent fb698cc commit 0258d1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/phar-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
include:
- php-version: '7.4'
- php-version: '8.0'
- php-version: '8.2'

steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
include:
- php-version: '8.0'
- php-version: '8.2'

steps:
- name: "Checkout"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
include:
- php-version: '7.4'
- php-version: '8.0'
- php-version: '8.2'

steps:
- name: Checkout project
Expand Down

0 comments on commit 0258d1b

Please sign in to comment.