Skip to content

Commit

Permalink
test current php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ol0lll committed Aug 13, 2024
1 parent 81bccd4 commit 759cba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
PHP_VERSION: [ '7.3', '7.4', '8.0', '8.1']
PHP_VERSION: [ '8.1', '8.3', '8.4' ]
name: Test Apache action
runs-on: ubuntu-latest
steps:
Expand All @@ -32,4 +32,4 @@ jobs:
http-port: 9090
- name: Test fake site
run: |
curl -sSf http://127.0.0.1:9090
curl -sSf http://127.0.0.1:9090

0 comments on commit 759cba1

Please sign in to comment.