Skip to content

Commit

Permalink
Merge pull request #6 from svenluijten/alpha2
Browse files Browse the repository at this point in the history
Bump version to 1.0-alpha2
  • Loading branch information
brendt authored Oct 4, 2024
2 parents 06a8ff0 + f4e635c commit 9e441f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tempest-clean-quality-control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: composer init -ns dev

- name: Require Tempest
run: composer require tempest/framework:1.0-alpha1
run: composer require tempest/framework:1.0-alpha2

- name: List Installed Dependencies
run: composer show -D
Expand All @@ -40,4 +40,4 @@ jobs:
run: php ./tempest serve &

- name: Try GET request
run: curl http://localhost:8000
run: curl http://localhost:8000
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tempest/app",
"require": {
"tempest/framework": "1.0-alpha1"
"tempest/framework": "1.0-alpha2"
},
"require-dev": {
"phpunit/phpunit": "^10.2",
Expand Down

0 comments on commit 9e441f0

Please sign in to comment.